summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-02-25 22:33:32 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-02-25 22:33:32 +0100
commit0a53cdbf11f30b285f4ca2b7f9b46769b315de1d (patch)
tree0a9c425065e49da101a0ec2be4e6d185e83ea48f
parent4351c736bcb9f20d4f29bc7a1cff3ffdb1b6cd33 (diff)
downloadgnutls-0a53cdbf11f30b285f4ca2b7f9b46769b315de1d.tar.gz
released 3.3.13gnutls_3_3_13
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m42
3 files changed, 9 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 7d0ffed1ab..3710c91e6c 100644
--- a/NEWS
+++ b/NEWS
@@ -3,11 +3,15 @@ Copyright (C) 2000-2015 Free Software Foundation, Inc.
Copyright (C) 2013, 2014 Nikos Mavrogiannopoulos
See the end for copying conditions.
-* Version 3.3.13 (unreleased)
+* Version 3.3.13 (released 2015-02-25)
-** libgnutls: enable AESNI in GCM on x86
+** libgnutls: Enable AESNI in GCM on x86
-** libgnutls: fixes in DTLS message handling
+** libgnutls: Fixes in DTLS message handling
+
+** libgnutls: Check certificate algorithm consistency, i.e.,
+check whether the signatureAlgorithm field matches the signature
+field inside TBSCertificate.
** gnutls-cli: Fixes in OCSP verification.
diff --git a/configure.ac b/configure.ac
index d3eef204c4..dd68953462 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.3.12], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.3.13], [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 af6aa20994..48c7ba5a85 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, 69)
- AC_SUBST(LT_REVISION, 4)
+ AC_SUBST(LT_REVISION, 5)
AC_SUBST(LT_AGE, 41)
AC_SUBST(LT_SSL_CURRENT, 27)