summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-10-12 21:23:53 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-10-12 21:25:18 +0200
commitdf1f2778b2e81c170c3773c2d4ac53afeaf2777e (patch)
tree23754359f4a931eea037f2d5f1a033fe62831c15 /NEWS
parentd26d1c0140d3d6af07a13b5f0b89a9258cee3155 (diff)
downloadgnutls-df1f2778b2e81c170c3773c2d4ac53afeaf2777e.tar.gz
doc update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 60bde59ab2..5d68a92616 100644
--- a/NEWS
+++ b/NEWS
@@ -3,10 +3,19 @@ Copyright (C) 2000-2015 Free Software Foundation, Inc.
Copyright (C) 2013, 2014 Nikos Mavrogiannopoulos
See the end for copying conditions.
+* Version 3.3.19 (unreleased)
+
+** libgnutls: Fixed memory leak in gnutls_pubkey_get_preferred_hash_algorithm(),
+ patch by Lennert Buytenhek.
+
+** API and ABI modifications:
+ No changes since last version.
+
+
* Version 3.3.18 (released 2015-09-12)
** libgnutls: When re-importing CRLs to a trust list ensure that there
- no duplicate entries.
+ are no duplicate entries.
** certtool: Removed any arbitrary limits imposed on input file sizes
and maximum number of certificates imported.