summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-06-06 18:54:58 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-06-06 19:16:53 +0200
commitf7d13147557e4a2918db8c02aa3ca62910add442 (patch)
tree7427a92360dfdc5cd7bbff6d0e36254d44617214
parent34a6ab970a64c3bb8981945d479a75bf18808325 (diff)
downloadgnutls-f7d13147557e4a2918db8c02aa3ca62910add442.tar.gz
bumped versionsgnutls_3_4_13
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m42
3 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 73fa552d89..f5a329ba7d 100644
--- a/NEWS
+++ b/NEWS
@@ -3,14 +3,14 @@ Copyright (C) 2000-2015 Free Software Foundation, Inc.
Copyright (C) 2013-2015 Nikos Mavrogiannopoulos
See the end for copying conditions.
-* Version 3.4.13 (unreleased)
+* Version 3.4.13 (released 2016-06-06)
** libgnutls: Consider the SSLKEYLOGFILE environment to be compatible with
NSS instead of using a separate variable; in addition append any keys to
the file instead of overwriting it.
** libgnutls: use secure_getenv() where available to obtain environment
- variables.
+ variables. Addresses GNUTLS-SA-2016-1.
** API and ABI modifications:
No changes since last version.
diff --git a/configure.ac b/configure.ac
index c195d2faa3..cb87edefb1 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.4.12], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.4.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 d010c6df92..3d65749a23 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, 36)
- AC_SUBST(LT_REVISION, 4)
+ AC_SUBST(LT_REVISION, 5)
AC_SUBST(LT_AGE, 6)
AC_SUBST(LT_SSL_CURRENT, 27)