]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc update
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 30 Nov 2013 18:19:22 +0000 (19:19 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 30 Nov 2013 18:19:22 +0000 (19:19 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 7ecf7762f9d98d5c9c5e799fd13414a842cee537..acc0b827a2daa1af16eb258e25936d7c5dae3906 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,14 +5,14 @@ See the end for copying conditions.
 
 * Version 3.3.0 (unreleased)
 
+** libgnutls: The initialization of the library was moved to a
+constructor.
+
 ** libgnutls: gnutls_global_init2() was added to allow splitting
 initialization to a minimal part (which can be part of a library
 constructor) and the rest, which includes things that cannot be
 in a constructor such as the PKCS #11 initialization.
 
-* Added --disable-non-suiteb-curves option to configure. This option
-restricts the supported curves to SuiteB curves.
-
 ** libgnutls: Added --enable-fips140-mode configuration option. That
 option enables:
  o FIPS-186-4 compliant DSA and DH key generation (using provable primes)
@@ -30,6 +30,9 @@ option enables:
 
 ** libgnutls: Depend on p11-kit 0.19.1 or later.
 
+* configure: Added --disable-non-suiteb-curves option. This option
+restricts the supported curves to SuiteB curves.
+
 ** API and ABI modifications:
 gnutls_privkey_generate: Added
 gnutls_global_init2: Added