]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
bumped version
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 29 Nov 2019 12:06:41 +0000 (13:06 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 29 Nov 2019 12:06:58 +0000 (13:06 +0100)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
NEWS
configure.ac
m4/hooks.m4

diff --git a/NEWS b/NEWS
index cba38c9c43e307cc9cc5e1417adc2df580ea6d48..28d92cf7605da589aee5a6a2d31afd7c2c31f543 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,7 @@ See the end for copying conditions.
 
 * Version 3.6.11 (unreleased)
 
-** nettle: Use KERN_ARND for the system random number generator on NetBSD.
+** libgnutls: Use KERN_ARND for the system random number generator on NetBSD.
    This syscall provides an endless stream of random numbers from the kernel's
    ChaCha20-based random number generator, without blocking or requiring an open file
    descriptor.
index 30dd51743749a8de39996dc3f72837ce734e9519..db1ce841f36fbae639bb9625ac33f47130d2b35a 100644 (file)
@@ -23,7 +23,7 @@ dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.63)
 
 dnl when updating version also update LT_REVISION in m4/hooks.m4
-AC_INIT([GnuTLS], [3.6.10], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.6.11], [bugs@gnutls.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIRS([m4 src/gl/m4 src/libopts/m4 lib/unistring/m4])
 AC_CANONICAL_HOST
index dd979ad17246f67a9588c313a4d5bb7fcc6ada25..34a5b38eb9caaa4b6f7f405e6dd78dc54edd3ec5 100644 (file)
@@ -41,7 +41,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
   #
   # Interfaces removed:                           AGE=0 (+bump all symbol versions in .map)
   AC_SUBST(LT_CURRENT, 56)
-  AC_SUBST(LT_REVISION, 0)
+  AC_SUBST(LT_REVISION, 1)
   AC_SUBST(LT_AGE, 26)
 
   AC_SUBST(LT_SSL_CURRENT, 27)