From 9e44ada755f81b0f224e9189a1a4f072131e65ce Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 20 May 2016 07:18:48 +0200 Subject: released 3.4.12 --- NEWS | 5 ++++- configure.ac | 2 +- m4/hooks.m4 | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index d26c9070ea..5cf94e92d5 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,10 @@ Copyright (C) 2000-2015 Free Software Foundation, Inc. Copyright (C) 2013-2015 Nikos Mavrogiannopoulos See the end for copying conditions. -* Version 3.4.12 (unreleased) +* Version 3.4.12 (released 2016-05-20) + +** libgnutls: The CHACHA20-POLY1305 ciphersuite is enabled by default. This + cipher is prioritized after AES-GCM. ** libgnutls: Fixes in gnutls_privkey_import_ecc_raw(). diff --git a/configure.ac b/configure.ac index 99cf3cef3e..4410b28434 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.11], [bugs@gnutls.org]) +AC_INIT([GnuTLS], [3.4.12], [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 1e09d6ddce..d010c6df92 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, 3) + AC_SUBST(LT_REVISION, 4) AC_SUBST(LT_AGE, 6) AC_SUBST(LT_SSL_CURRENT, 27) -- cgit v1.2.1