summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2017-07-04 07:40:30 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-07-04 07:40:30 +0200
commit03ce45b74beab5b288f4689862465b8a2e02c207 (patch)
tree74918b5bcbbc62753c6ca74e640d2fcf233f90d3
parentee513acdc842dd9868317c8855e19d4fc07c3d4a (diff)
downloadgnutls_3_5_14.tar.gz
released 3.5.14gnutls_3_5_14
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m42
3 files changed, 7 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 90a548da51..ccd6f7a536 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ Copyright (C) 2000-2016 Free Software Foundation, Inc.
Copyright (C) 2013-2017 Nikos Mavrogiannopoulos
See the end for copying conditions.
-* Version 3.5.14 (unreleased)
+* Version 3.5.14 (released 2017-07-04)
** libgnutls: Handle specially HSMs which request explicit authentication.
There are HSMs which return CKR_USER_NOT_LOGGED_IN on the first private key
@@ -21,12 +21,12 @@ See the end for copying conditions.
some HSMs which do not accept an integer with a leading zero. This
improves operation with certain Atos HSMs.
-** libgnutls: Fixed issue discovering an OCSP signer (relating to public key size),
- and improved tts discovery of OCSP in the case where the Subject Public Key
+** libgnutls: Fixed issue discovering certain OCSP signers, and improved the
+ discovery of OCSP signer in the case where the Subject Public Key
identifier field matches. Resolves gitlab issue #223.
-** gnutls-cli: ensure OCSP responses are saved even if certificate verification
- fails.
+** gnutls-cli: ensure OCSP responses are saved with --save-ocsp even if
+ certificate verification fails.
** API and ABI modifications:
No changes since last version.
diff --git a/configure.ac b/configure.ac
index 20845bcedb..9705db26db 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.5.13], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.5.14], [bugs@gnutls.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_HOST
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index 133e3644b2..5bbc6e58c1 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -40,7 +40,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
# Interfaces added: AGE++
# Interfaces removed: AGE=0 (+bump all symbol versions in .map)
AC_SUBST(LT_CURRENT, 44)
- AC_SUBST(LT_REVISION, 5)
+ AC_SUBST(LT_REVISION, 6)
AC_SUBST(LT_AGE, 14)
AC_SUBST(LT_SSL_CURRENT, 27)