From: Simon Josefsson Date: Tue, 16 Sep 2008 09:10:24 +0000 (+0200) Subject: Merge in 2.4.2 news entries. X-Git-Tag: gnutls_2_5_7~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0872cc1e5b4e14762a7cee89d7cf49b2dbd76803;p=thirdparty%2Fgnutls.git Merge in 2.4.2 news entries. --- diff --git a/NEWS b/NEWS index 2387cf24a9..91ccd9a780 100644 --- 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 . + +** libgnutls: Fix compile error with Sun CC. + +** gnutls-cli.1: Document all new parameters. +Thanks to James Westby . + +** tests/openssl: initialize gnutls before use. +Fixes crash with libgcrypt 1.4.2. Reported by Ludovic Courtes +. + +** 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]