summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-04-25 10:41:43 +0200
committerFlorian Weimer <fweimer@redhat.com>2019-04-25 10:41:43 +0200
commit94a4e9e4f401ffe829a992820439977ead0a0ce7 (patch)
treee229673cddbc3be349805f67b4c1448ffaa3bd2c /NEWS
parentfe92a91f1e713ba4951bc6e6162f8803dc76b816 (diff)
downloadglibc-94a4e9e4f401ffe829a992820439977ead0a0ce7.tar.gz
glibc-94a4e9e4f401ffe829a992820439977ead0a0ce7.tar.xz
glibc-94a4e9e4f401ffe829a992820439977ead0a0ce7.zip
Extend BIND_NOW to installed programs with --enable-bind-now
Commit 2d6ab5df3b675e96ee587ae6a8c2ce004c6b1ba9 ("Document and fix
--enable-bind-now [BZ #21015]") extended BIND_NOW to all installed
shared objects.  This change also covers installed programs.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 63581b3618..792ffb1ec8 100644
--- a/NEWS
+++ b/NEWS
@@ -47,6 +47,9 @@ Deprecated and removed features, and other changes affecting compatibility:
 * The obsolete RES_INSECURE1 and RES_INSECURE2 option flags for the DNS stub
   resolver have been removed from <resolv.h>.
 
+* With --enable-bind-now, installed programs are now linked with the
+  BIND_NOW flag.
+
 Changes to build and runtime requirements:
 
 * GCC 6.2 or later is required to build the GNU C Library.