summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-12-14 09:50:24 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-12-14 09:50:48 +0100
commit5dfa1c4968375c32b09634cff43472de75402167 (patch)
treeeafd75141782742695211865a0f17dfcf9d3c76e
parent8d1df908d6277133d310c9cfaf2b2102d5605bae (diff)
downloadgnutls-5dfa1c4968375c32b09634cff43472de75402167.tar.gz
bumped versions and added news entry for 3.6.0 [ci skip]
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m44
3 files changed, 9 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index a586e7aae4..9b8e35e3ca 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,12 @@ Copyright (C) 2000-2016 Free Software Foundation, Inc.
Copyright (C) 2013-2016 Nikos Mavrogiannopoulos
See the end for copying conditions.
+* Version 3.6.0 (unreleased)
+
+** API and ABI modifications:
+No changes since last version.
+
+
* Version 3.5.7 (released 2016-12-8)
** libgnutls: Include CHACHA20-POLY1305 ciphersuites in the SECURE128
diff --git a/configure.ac b/configure.ac
index bc59152693..e30ef8bd97 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.5.7], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.6.0], [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 89471643bd..c1beb3c3b8 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -39,9 +39,9 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
# Interfaces changed/added/removed: CURRENT++ REVISION=0
# Interfaces added: AGE++
# Interfaces removed: AGE=0 (+bump all symbol versions in .map)
- AC_SUBST(LT_CURRENT, 43)
+ AC_SUBST(LT_CURRENT, 53)
AC_SUBST(LT_REVISION, 0)
- AC_SUBST(LT_AGE, 13)
+ AC_SUBST(LT_AGE, 23)
AC_SUBST(LT_SSL_CURRENT, 27)
AC_SUBST(LT_SSL_REVISION, 2)