]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Merge in 2.4.2 news entries.
authorSimon Josefsson <simon@josefsson.org>
Tue, 16 Sep 2008 09:10:24 +0000 (11:10 +0200)
committerSimon Josefsson <simon@josefsson.org>
Tue, 16 Sep 2008 09:10:24 +0000 (11:10 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 2387cf24a9a873ee4abb3b209d07b2df1d9edba0..91ccd9a780b43d2e8fb7f2270f965ce7fd746497 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -179,6 +179,29 @@ gnutls_crypto_single_cipher_register2: ADDED.
 gnutls_crypto_single_digest_register2: ADDED.
 gnutls_crypto_single_mac_register2: ADDED.
 
+* Version 2.4.2 (released 2008-09-15)
+
+** libgnutls: Don't crash when gnutls_credentials_set is called twice.
+
+** libgnutls: Corrected memory leak in X.509 functions.
+Thanks to Colin Leroy <colin@colino.net>.
+
+** libgnutls: Fix compile error with Sun CC.
+
+** gnutls-cli.1: Document all new parameters.
+Thanks to James Westby <jw+debian@jameswestby.net>.
+
+** tests/openssl: initialize gnutls before use.
+Fixes crash with libgcrypt 1.4.2.  Reported by Ludovic Courtes
+<ludovic.courtes@laas.fr>.
+
+** doc/: Fix texinfo markup for old texinfo versions.
+
+** Included copy of libtasn1 is upgraded to version 1.5.
+
+** API and ABI modifications:
+No changes since last version.
+
 * Version 2.4.1 (released 2008-06-30)
 
 ** libgnutls: Fix local crash in gnutls_handshake.  [GNUTLS-SA-2008-2]