From: Nikos Mavrogiannopoulos Date: Mon, 7 Nov 2011 21:01:43 +0000 (+0100) Subject: bumped version X-Git-Tag: gnutls_3_0_6^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8fe80d662c3320156f5731a672016d7a1b9dba1b;p=thirdparty%2Fgnutls.git bumped version --- diff --git a/NEWS b/NEWS index 2f6e4ddae3..8f7472e937 100644 --- a/NEWS +++ b/NEWS @@ -2,10 +2,13 @@ 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.6 (unreleased) +* Version 3.0.6 (released 2011-11-07) ** gnutls-guile: Compilation fixes. +** libgnutls: Fixed possible buffer overflow in +gnutls_session_get_data(). Reported and fix by Alban Crequy. + ** libgnutls: Bug fixes in the ciphersuites with NULL cipher. Reported by Fabrice Gautier. diff --git a/configure.ac b/configure.ac index 2a55de53e6..2012fc90e0 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ dnl Process this file with autoconf to produce a configure script. # USA AC_PREREQ(2.61) -AC_INIT([GnuTLS], [3.0.5], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [3.0.6], [bug-gnutls@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/m4/hooks.m4 b/m4/hooks.m4 index ae63706316..3b636e1cde 100644 --- a/m4/hooks.m4 +++ b/m4/hooks.m4 @@ -41,7 +41,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS], # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 30) - AC_SUBST(LT_REVISION, 1) + AC_SUBST(LT_REVISION, 2) AC_SUBST(LT_AGE, 2) AC_SUBST(LT_SSL_CURRENT, 27)