]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
released 3.0.7 gnutls_3_0_7
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 8 Nov 2011 07:26:42 +0000 (08:26 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 8 Nov 2011 07:27:01 +0000 (08:27 +0100)
NEWS
configure.ac
m4/hooks.m4

diff --git a/NEWS b/NEWS
index 8f7472e9375c62ea14a7d8ff6ce5cc0b3fece6a5..cd358b61acf64a222a39751122f2611bde6e2ddd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,19 @@ 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.7 (released 2011-11-08)
+
+** libgnutls: Corrected fix in gnutls_session_get_data()
+to report the actual session size when the provided buffer
+is not enough.
+
+** libgnutls: Fixed ciphersuite GNUTLS_ECDHE_RSA_AES_128_CBC_SHA256,
+which was using a wrong MAC algorithm. Reported by Fabrice Gautier.
+
+** API and ABI modifications:
+No changes since last version.
+
+
 * Version 3.0.6 (released 2011-11-07)
 
 ** gnutls-guile: Compilation fixes.
index 2012fc90e00c0b0ae5fcaf7555c913822a478aba..2f6ee4a311bb4c22a68550f998cf58d9480fc804 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.6], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [3.0.7], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
index 3b636e1cdec5658db7e24f29fd25d939c6740d2d..feb926a2891b18cea8667d21d21ed81e50b3cb5e 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, 2)
+  AC_SUBST(LT_REVISION, 3)
   AC_SUBST(LT_AGE, 2)
 
   AC_SUBST(LT_SSL_CURRENT, 27)