]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
bumped version
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 6 Jan 2012 19:11:13 +0000 (20:11 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 6 Jan 2012 19:11:13 +0000 (20:11 +0100)
NEWS
configure.ac
m4/hooks.m4

diff --git a/NEWS b/NEWS
index 49372ad56dc10cae54c358e150e5e8c4194f5e47..b5c28b7b296991ba520c506574df54427ac5e984 100644 (file)
--- 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.
 
index 78ab6ad0da22be3db6c070c572f8bbbb7cb80b60..78eb97597bdace60601da805d5fba74eae6a480b 100644 (file)
@@ -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])
 
index e38f5c591c7e24b71e5ff18f9fc186fabe733145..bd964bf2fe521bc505b4f26c09d44ff6ee6ac3a4 100644 (file)
@@ -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)