summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-05-20 07:18:48 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-05-20 07:19:15 +0200
commit9e44ada755f81b0f224e9189a1a4f072131e65ce (patch)
treecd2cc0ab5c574f0a43c7246148a47cfbbc159744
parent2fc395eb9677ab8b0412b72b3451a557ceb802c3 (diff)
downloadgnutls-9e44ada755f81b0f224e9189a1a4f072131e65ce.tar.gz
released 3.4.12
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m42
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)