summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-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.