From 6638c0567889ffa3a89ee82335d0abc05e44838c Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Tue, 8 Nov 2011 08:27:42 +0100 Subject: released 2.12.14 --- NEWS | 10 ++++++++++ configure.ac | 2 +- lib/configure.ac | 2 +- lib/m4/hooks.m4 | 2 +- libextra/configure.ac | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index fa8865c062..977e3c8d7f 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.14 (released 2011-11-08) + +** libgnutls: Corrected fix in gnutls_session_get_data() +to report the actual session size when the provided buffer +is not enough. + +** API and ABI modifications: +No changes since last version. + + Version 2.12.13 (released 2011-11-07) ** minitasn1: Upgraded to libtasn1 version 2.10. diff --git a/configure.ac b/configure.ac index b911ad75e3..30f34e9519 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.12], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [2.12.14], [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 c98894b7de..74cf620f9f 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.12], [bug-gnutls@gnu.org]) +AC_INIT([libgnutls], [2.12.14], [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 2056460092..eae8d83526 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, 6) + AC_SUBST(LT_REVISION, 8) AC_SUBST(LT_AGE, 21) AC_SUBST(LT_SSL_CURRENT, 27) diff --git a/libextra/configure.ac b/libextra/configure.ac index a3e89ee99d..e4924eba6d 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.12], [bug-gnutls@gnu.org]) +AC_INIT([libgnutls-extra], [2.12.14], [bug-gnutls@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) -- cgit v1.2.1