From f3d17dbbbc94e32dda87b7eaea833773c7eedab6 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Mon, 9 Jan 2012 23:47:42 +0100 Subject: released 2.12.16. --- NEWS | 11 +++++++++++ configure.ac | 2 +- lib/configure.ac | 2 +- libextra/configure.ac | 2 +- 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]) -- cgit v1.2.1