diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-09-16 11:10:24 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-09-16 11:10:24 +0200 |
commit | 0872cc1e5b4e14762a7cee89d7cf49b2dbd76803 (patch) | |
tree | ba339834570c32976c96975cabb5637262e75452 /NEWS | |
parent | f6f0dd864f184c29a936ebc3ba5d4553e4191d84 (diff) | |
download | gnutls-0872cc1e5b4e14762a7cee89d7cf49b2dbd76803.tar.gz |
Merge in 2.4.2 news entries.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -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] |