summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-01-06 19:22:29 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-01-06 19:22:29 +0100
commit1615f28e976d5a52e5d528a50f6d8af203b5eae5 (patch)
tree7c2295798f31881944cf4cb05e3d36b7f1865d1a
parent8ae99fccea4c651cd2388b22806eef1d25d3793a (diff)
downloadgnutls-1615f28e976d5a52e5d528a50f6d8af203b5eae5.tar.gz
bumped version.
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
-rw-r--r--lib/configure.ac2
-rw-r--r--lib/m4/hooks.m42
-rw-r--r--libextra/configure.ac2
5 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 0638a51c85..b5532dddd4 100644
--- a/NEWS
+++ b/NEWS
@@ -6,7 +6,7 @@ See the end for copying conditions.
Version 2.12.15 (unreleased)
** libgnutls: Disable signature algorithms that are not supported
-for client certificate verification.
+for client certificate verification. Reported by Florian Weimer.
** libgnutls: Optimized DH generation process (ported from 3.0.x)
diff --git a/configure.ac b/configure.ac
index 30f34e9519..16fc2e115c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure script.
# USA
AC_PREREQ(2.61)
-AC_INIT([GnuTLS], [2.12.14], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.12.15], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/lib/configure.ac b/lib/configure.ac
index 74cf620f9f..3f5b2ec970 100644
--- a/lib/configure.ac
+++ b/lib/configure.ac
@@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure script.
# MA 02110-1301, USA
AC_PREREQ(2.61)
-AC_INIT([libgnutls], [2.12.14], [bug-gnutls@gnu.org])
+AC_INIT([libgnutls], [2.12.15], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/lib/m4/hooks.m4 b/lib/m4/hooks.m4
index eae8d83526..df31163762 100644
--- a/lib/m4/hooks.m4
+++ b/lib/m4/hooks.m4
@@ -27,7 +27,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
# Interfaces added: AGE++
# Interfaces removed: AGE=0
AC_SUBST(LT_CURRENT, 47)
- AC_SUBST(LT_REVISION, 8)
+ AC_SUBST(LT_REVISION, 9)
AC_SUBST(LT_AGE, 21)
AC_SUBST(LT_SSL_CURRENT, 27)
diff --git a/libextra/configure.ac b/libextra/configure.ac
index e4924eba6d..89752c8ba7 100644
--- a/libextra/configure.ac
+++ b/libextra/configure.ac
@@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure script.
# 02110-1301, USA.
AC_PREREQ(2.61)
-AC_INIT([libgnutls-extra], [2.12.14], [bug-gnutls@gnu.org])
+AC_INIT([libgnutls-extra], [2.12.15], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])