]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
NEWS: Deprecate static dlopen
authorFlorian Weimer <fweimer@redhat.com>
Fri, 5 Jan 2018 12:57:54 +0000 (13:57 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 5 Jan 2018 12:57:54 +0000 (13:57 +0100)
NEWS

diff --git a/NEWS b/NEWS
index a7187d8d12ba87c4667d6a3336b51f9b95c1b65d..0d6f826dccf66c0fb9d9b3a50fe29ebc77c63e0d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -71,6 +71,10 @@ Major new features:
 
 Deprecated and removed features, and other changes affecting compatibility:
 
+* Support for statically linked applications which call dlopen is deprecated
+  and will be removed in a future version of glibc.  Applications which call
+  dlopen need to be linked dynamically instead.
+
 * Support for old programs which use internal stdio data structures and
   functions is deprecated.  This includes programs which use the C++ streams
   provided by libstdc++ in GCC 2.95.  Programs which use the internal