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.
# 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])
# 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)