From: Nikos Mavrogiannopoulos Date: Fri, 6 Jan 2012 19:32:17 +0000 (+0100) Subject: updated changelog and news for release X-Git-Tag: gnutls_3_0_11^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c7f54f41d0aef87776d8c816e2e841cb94e2fc4a;p=thirdparty%2Fgnutls.git updated changelog and news for release --- diff --git a/ChangeLog b/ChangeLog index 12c3a8d170..a06a672268 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +2012-01-06 Nikos Mavrogiannopoulos + + * NEWS, configure.ac, m4/hooks.m4: bumped version + +2012-01-06 Nikos Mavrogiannopoulos + + * lib/gnutls_buffers.c: Corrected functionality of + gnutls_record_get_direction(). Reported by Philip Allison. + +2012-01-06 Nikos Mavrogiannopoulos + + * NEWS, lib/gnutls_cipher.c: provide less timing information when + decoding packets. Patch by Nadhem Alfardan. + +2012-01-04 Nikos Mavrogiannopoulos + + * src/serv.c: use AI_ADDRCONFIG if available. + +2012-01-04 Nikos Mavrogiannopoulos + + * configure.ac: prevent building of crywrap in windows + +2012-01-04 Nikos Mavrogiannopoulos + + * cross.mk: updated + +2012-01-04 Nikos Mavrogiannopoulos + + * ChangeLog: updated + 2012-01-04 Nikos Mavrogiannopoulos * lib/extras/Makefile.am: added missing file diff --git a/NEWS b/NEWS index b5c28b7b29..fb879067ec 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ GnuTLS NEWS -- History of user-visible changes. -*- outline -*- Copyright (C) 2000-2011 Free Software Foundation, Inc. See the end for copying conditions. -* Version 3.0.11 (unreleased) +* Version 3.0.11 (released 2012-01-06) ** libgnutls: Corrected functionality of gnutls_record_get_direction(). Reported by Philip Allison.