From: Nikos Mavrogiannopoulos Date: Fri, 6 Jan 2012 19:11:13 +0000 (+0100) Subject: bumped version X-Git-Tag: gnutls_3_0_11~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=543a98568b1c020444060da8279f0c2fcae1836d;p=thirdparty%2Fgnutls.git bumped version --- diff --git a/NEWS b/NEWS index 49372ad56d..b5c28b7b29 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,9 @@ See the end for copying conditions. * Version 3.0.11 (unreleased) +** libgnutls: Corrected functionality of +gnutls_record_get_direction(). Reported by Philip Allison. + ** libgnutls: Provide less timing information when decoding TLS/DTLS record packets. Patch by Nadhem Alfardan. diff --git a/configure.ac b/configure.ac index 78ab6ad0da..78eb97597b 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.10], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [3.0.11], [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 e38f5c591c..bd964bf2fe 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, 33) - AC_SUBST(LT_REVISION, 0) + AC_SUBST(LT_REVISION, 1) AC_SUBST(LT_AGE, 5) AC_SUBST(LT_SSL_CURRENT, 27)