]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
updates for 3.1.8
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 10 Feb 2013 10:24:14 +0000 (11:24 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 10 Feb 2013 10:28:02 +0000 (11:28 +0100)
NEWS
configure.ac
cross.mk
m4/hooks.m4

diff --git a/NEWS b/NEWS
index 50b1dc942af37afc31c44dc9e7a97b05952001c7..19296ff7d8d7eaf632c92653dd2ce969d957b979 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,19 +2,24 @@ GnuTLS NEWS -- History of user-visible changes.                -*- outline -*-
 Copyright (C) 2000-2012 Free Software Foundation, Inc.
 See the end for copying conditions.
 
-* Version 3.1.8 (unreleased)
+* Version 3.1.8 (released 2013-02-10)
 
-** Fixed issue in gnutls_x509_privkey_import2() which didn't return
-GNUTLS_E_DECRYPTION_FAILED in all cases.
+** libgnutls: Fixed issue in gnutls_x509_privkey_import2() which didn't return
+GNUTLS_E_DECRYPTION_FAILED in all cases, and affect certtool operation
+with encrypted keys. Reported by Yan Fiz.
 
 ** libgnutls: The minimum DH bits accepted by priorities NORMAL and
-PERFORMANCE was set to previous defaults 727 bits.
+PERFORMANCE was set to previous defaults 727 bits. Reported by Diego
+Elio Petteno.
+
+** libgnutls: Corrected issue which prevented gnutls_pubkey_verify_hash() 
+to operate with long keys. Reported by Erik A Jensen.
 
 ** API and ABI modifications:
 No changes since last version.
 
 
-* Version 3.1.7 (released 2012-02-04)
+* Version 3.1.7 (released 2013-02-04)
 
 ** certtool: Added option "dn" which allows to directly set the DN
 in a template from an RFC4514 string.
index 10474427f5eb95b81a0cdba956e53fc8865a998e..23b1d507918283be6c9291604f30ea087d1e941b 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.1.7], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [3.1.8], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
index ce1f5b4140101a1385efca09d04b47459b26783d..ae28c2371fb57a2b58d641241b12166198807f84 100644 (file)
--- a/cross.mk
+++ b/cross.mk
@@ -1,4 +1,4 @@
-GNUTLS_VERSION:=3.1.6
+GNUTLS_VERSION:=3.1.8
 GNUTLS_FILE:=gnutls-$(GNUTLS_VERSION).tar.xz
 GNUTLS_DIR:=gnutls-$(GNUTLS_VERSION)
 
index ff588b453ecd0a1078fc2384da2682852b84add3..ce2972ef8c805fe40a793098280774aafa86e409 100644 (file)
@@ -40,7 +40,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
   # Interfaces added:                             AGE++
   # Interfaces removed:                           AGE=0
   AC_SUBST(LT_CURRENT, 44)
-  AC_SUBST(LT_REVISION, 0)
+  AC_SUBST(LT_REVISION, 1)
   AC_SUBST(LT_AGE, 16)
 
   AC_SUBST(LT_SSL_CURRENT, 27)