summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)