]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
bumped version gnutls_3_0_6
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 7 Nov 2011 21:01:43 +0000 (22:01 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 7 Nov 2011 21:01:43 +0000 (22:01 +0100)
NEWS
configure.ac
m4/hooks.m4

diff --git a/NEWS b/NEWS
index 2f6e4ddae3071a97a0859b8ea25fe712ee244823..8f7472e9375c62ea14a7d8ff6ce5cc0b3fece6a5 100644 (file)
--- 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.
 
index 2a55de53e608373cb6f1903b5db1a4004407cc4c..2012fc90e00c0b0ae5fcaf7555c913822a478aba 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.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])
 
index ae63706316dedf06ed3aff4c16a84d5344bf7a25..3b636e1cdec5658db7e24f29fd25d939c6740d2d 100644 (file)
@@ -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)