]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc update
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 2 Jan 2014 11:14:27 +0000 (12:14 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 2 Jan 2014 11:14:27 +0000 (12:14 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 3732a0f2ee9dcec7e9907071005c0bd965c306fb..be0ef3139052a88bc9dd44f4aa48ee74db25dbee 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,8 @@ See the end for copying conditions.
 
 ** libgnutls: The initialization of the library was moved to a
 constructor. That is, gnutls_global_init() is no longer required
-unless linking with a static library.
+unless linking with a static library or a system that does not
+support library constructors.
 
 ** libgnutls: DH parameter generation is now delegated to nettle.