summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-01-06 20:11:13 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-01-06 20:11:13 +0100
commit543a98568b1c020444060da8279f0c2fcae1836d (patch)
treef252d2febacd5608d00937af23affcef984b5288
parent92c407a6981318948e68f731d3201c51fb35d013 (diff)
downloadgnutls-543a98568b1c020444060da8279f0c2fcae1836d.tar.gz
bumped version
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m42
3 files changed, 5 insertions, 2 deletions
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)