summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-09-04 21:08:10 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-09-04 21:08:10 +0200
commit99726c69e17b2f785813f2c38df68085d7ccc51d (patch)
tree60e2e90f162287d342487dceb0f165b8b53c7938
parent90444a9e3de77c4ddebeb4ee2be4ef32fa642dc4 (diff)
downloadgnutls-99726c69e17b2f785813f2c38df68085d7ccc51d.tar.gz
doc update
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2f86c904f2..5c2be75af8 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,15 @@ Copyright (C) 2000-2014 Free Software Foundation, Inc.
Copyright (C) 2013, 2014 Nikos Mavrogiannopoulos
See the end for copying conditions.
+* Version 3.2.18 (unreleased)
+
+* Fixes in gnutls_x509_crt_set_dn() and friends to properly handle strings
+ with embedded spaces and escaped commas.
+
+** API and ABI modifications:
+No changes since last version.
+
+
* Version 3.2.17 (released 2014-08-24)
** libgnutls: initialize parameters variable on PKCS #8 decryption.