summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-03-04 20:14:15 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-03-04 20:19:16 +0100
commit4ad84002e72fd2a234f58dc33cf70ba4719b6f78 (patch)
treebbbcc959266382e24453cfac48990127150f56e4
parent629ca75836cea65869ebe739787d3a54d6c44710 (diff)
downloadgnutls-4ad84002e72fd2a234f58dc33cf70ba4719b6f78.tar.gz
released 3.2.12.1gnutls_3_2_12_1
-rw-r--r--NEWS8
-rw-r--r--m4/hooks.m42
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fa273097fa..228cf78907 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,14 @@ Copyright (C) 2000-2014 Free Software Foundation, Inc.
Copyright (C) 2013, 2014 Nikos Mavrogiannopoulos
See the end for copying conditions.
+* Version 3.2.12.1 (released 2014-03-04)
+
+** libgnutls: Reverted change that broke ABI. Reported by Andreas Metzler.
+
+** API and ABI modifications:
+No changes since last version.
+
+
* Version 3.2.12 (released 2014-03-03)
** libgnutls: Corrected certificate verification issue (GNUTLS-SA-2014-2)
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index 122f47b163..59316574e6 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -40,7 +40,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
# Interfaces added: AGE++
# Interfaces removed: AGE=0
AC_SUBST(LT_CURRENT, 58)
- AC_SUBST(LT_REVISION, 2)
+ AC_SUBST(LT_REVISION, 3)
AC_SUBST(LT_AGE, 30)
AC_SUBST(LT_SSL_CURRENT, 27)