summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-02-10 11:24:14 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-02-10 11:28:02 +0100
commita67776377c7da843087c2700deff91e97fa390db (patch)
tree776c74455a3bbbc3b568eec5a7eb3df4fdb70b5e
parent641464893136a40be8ac3615cd978a0b949d770a (diff)
downloadgnutls-a67776377c7da843087c2700deff91e97fa390db.tar.gz
updates for 3.1.8
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
-rw-r--r--cross.mk2
-rw-r--r--m4/hooks.m42
4 files changed, 13 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index 50b1dc942a..19296ff7d8 100644
--- 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.
diff --git a/configure.ac b/configure.ac
index 10474427f5..23b1d50791 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.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])
diff --git a/cross.mk b/cross.mk
index ce1f5b4140..ae28c2371f 100644
--- 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)
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index ff588b453e..ce2972ef8c 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -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)