summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2017-04-07 07:54:28 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-04-07 08:06:23 +0200
commit3c39b699439370b8716d4e16c538b29b8ce91960 (patch)
tree0a9a9a99179edc6040a805b4841d9e1df8102ffb
parente23345992c60806053055d65dd55868e84ea7fbb (diff)
downloadgnutls-3c39b699439370b8716d4e16c538b29b8ce91960.tar.gz
released 3.5.11
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m42
3 files changed, 7 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 7128834d01..aab5b49194 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ Copyright (C) 2000-2016 Free Software Foundation, Inc.
Copyright (C) 2013-2016 Nikos Mavrogiannopoulos
See the end for copying conditions.
-* Version 3.5.11 (unreleased)
+* Version 3.5.11 (released 2017-04-07)
** gnutls.pc: do not include libtool options into Libs.private.
@@ -29,6 +29,10 @@ See the end for copying conditions.
store file in configure when building on MacOSX (unless explicitly asked to).
Patch by David Caldwell.
+** libgnutls: when disabling OpenPGP authentication, the resulting library
+ is ABI compatible (will openpgp related functions being stubs that fail
+ on invocation).
+
** API and ABI modifications:
No changes since last version.
diff --git a/configure.ac b/configure.ac
index 7efdb45e31..95c57d5f72 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.10], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.5.11], [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 3427d573c0..90c613739a 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, 44)
- AC_SUBST(LT_REVISION, 1)
+ AC_SUBST(LT_REVISION, 2)
AC_SUBST(LT_AGE, 14)
AC_SUBST(LT_SSL_CURRENT, 27)