summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-01-09 23:47:42 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-01-09 23:47:57 +0100
commitf3d17dbbbc94e32dda87b7eaea833773c7eedab6 (patch)
treed64875f3e7790158e23d335f06f673c7580379d3
parent8fad624a274df3030cf65ceaaedf0b30dcd9fbbe (diff)
downloadgnutls_2_12_16.tar.gz
released 2.12.16.gnutls_2_12_16
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
-rw-r--r--lib/configure.ac2
-rw-r--r--libextra/configure.ac2
4 files changed, 14 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index eb34775252..398c5e9757 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,16 @@ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
See the end for copying conditions.
+Version 2.12.16 (released 2011-01-06)
+
+** libgnutls: Corrected functionality of
+gnutls_record_get_direction(). Reported by Philip Allison.
+
+** API and ABI modifications:
+
+No changes since last version.
+
+
Version 2.12.15 (released 2011-01-06)
** libgnutls: Disable signature algorithms that are not supported
@@ -14,6 +24,7 @@ for client certificate verification. Reported by Florian Weimer.
No changes since last version.
+
Version 2.12.14 (released 2011-11-08)
** libgnutls: Corrected fix in gnutls_session_get_data()
diff --git a/configure.ac b/configure.ac
index 16fc2e115c..a41dac598e 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.15], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.12.16], [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 3f5b2ec970..f822d5098e 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.15], [bug-gnutls@gnu.org])
+AC_INIT([libgnutls], [2.12.16], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/libextra/configure.ac b/libextra/configure.ac
index 89752c8ba7..91c78f06b3 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.15], [bug-gnutls@gnu.org])
+AC_INIT([libgnutls-extra], [2.12.16], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])