summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-02-21 12:21:51 +0100
committerSimon Josefsson <simon@josefsson.org>2008-02-21 12:21:51 +0100
commitce86599c35b1c0892e63767314977d67236193a9 (patch)
tree4f9aedd40a1bcba23f9d0bb866959df37d5cc765
parent9c19a766d4bbfb73e985c517bd1838361750a7b7 (diff)
downloadgnutls-ce86599c35b1c0892e63767314977d67236193a9.tar.gz
Add.
-rw-r--r--NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 72cfcce6f8..b57c0f5218 100644
--- a/NEWS
+++ b/NEWS
@@ -44,6 +44,8 @@ suggestion from Joe Orton.
** Doc fixes.
Clarify that srp_base64 is not the same as normal base64.
+** Fix non-portable use of brace expansion in makefiles.
+
** API and ABI modifications:
gnutls_certificate_export_x509_cas: ADDED
gnutls_certificate_export_x509_crls: ADDED
@@ -114,6 +116,24 @@ in a callback friendly way.
** API and ABI modifications:
No changes since last version.
+* Version 2.2.2 (released 2008-02-21)
+
+** Cipher priority string handling now handle strings that starts with NULL.
+Thanks to Laurence Withers <l@lwithers.me.uk>.
+
+** Corrected memory leaks in session resuming and DHE ciphersuites. Reported
+by Daniel Stenberg.
+
+** Increased the default certificate verification chain limits and allowed
+for checks without limitation.
+
+** Corrected the behaviour of gnutls_x509_crt_get_subject_alt_name()
+and gnutls_x509_crt_get_subject_alt_name() to not null terminate binary
+strings and return the proper size.
+
+** API and ABI modifications:
+No changes since last version.
+
* Version 2.2.1 (released 2008-01-17)
** Prevent linking libextra against previously installed libgnutls.