]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
bumped version gnutls_3_4_16
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 9 Oct 2016 18:10:51 +0000 (20:10 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 9 Oct 2016 18:10:51 +0000 (20:10 +0200)
NEWS
configure.ac
m4/hooks.m4

diff --git a/NEWS b/NEWS
index 9004262a052e8ebbd73247befea0d73bc4e0d738..2f3f46030efbe83f3aee68c6bd6d9dc2cd175d25 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ Copyright (C) 2000-2016 Free Software Foundation, Inc.
 Copyright (C) 2013-2016 Nikos Mavrogiannopoulos
 See the end for copying conditions.
 
-* Version 3.4.16 (unreleased)
+* Version 3.4.16 (released 2016-10-09)
 
 ** libgnutls: Ensure proper cleanups on gnutls_certificate_set_*key()
    failures due to key mismatch. This prevents leaks or double freeing
index 01314b7292cd4ee7a0a63f47b9e3cd14cafe268c..c9846df5a266a8e9ef2577142da82da797c855e6 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.4.15], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.4.16], [bugs@gnutls.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CANONICAL_HOST
index 54e9b764f8517f3996755258e6b0989733a6ab60..c918758bbb38e574118f4e084cb1da30e55aa193 100644 (file)
@@ -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, 7)
+  AC_SUBST(LT_REVISION, 8)
   AC_SUBST(LT_AGE, 6)
 
   AC_SUBST(LT_SSL_CURRENT, 27)