]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
NEWS: added entry for 3.6.11
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 5 Oct 2019 01:27:01 +0000 (03:27 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 5 Oct 2019 01:27:05 +0000 (03:27 +0200)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
NEWS

diff --git a/NEWS b/NEWS
index e2a10e77466f22f417910c363ac8dd10450201f9..f29ec78c82d7bfb4644c3a3695c24a870bd120b7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,15 @@ Copyright (C) 2000-2016 Free Software Foundation, Inc.
 Copyright (C) 2013-2019 Nikos Mavrogiannopoulos
 See the end for copying conditions.
 
+* Version 3.6.11 (unreleased)
+
+** gnutls-cli/serv: added raw public-key handling capabilities (RFC7250).
+   Key material can be set via the --rawpkkeyfile and --rawpkfile flags.
+
+** API and ABI modifications:
+No changes since last version.
+
+
 * Version 3.6.10 (released 2019-09-29)
 
 ** libgnutls: Added support for deterministic ECDSA/DSA (RFC6979)
@@ -35,9 +44,6 @@ See the end for copying conditions.
 ** certtool: when outputting an encrypted private key do not insert the textual description
    of it. This fixes a regression since 3.6.5 (#840).
 
-** gnutls-cli/serv: added raw public-key handling capabilities (RFC7250).
-   Key material can be set via the --rawpkkeyfile and --rawpkfile flags.
-
 ** API and ABI modifications:
 gnutls_aead_cipher_encryptv2: Added
 gnutls_aead_cipher_decryptv2: Added