summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m42
3 files changed, 6 insertions, 3 deletions
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)