From: Nikos Mavrogiannopoulos Date: Sat, 23 Apr 2011 08:54:47 +0000 (+0200) Subject: updated for release X-Git-Tag: gnutls_2_99_1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73a75d8edfe6aef53dbba5a0098da8c213064be2;p=thirdparty%2Fgnutls.git updated for release --- diff --git a/NEWS b/NEWS index a64f086dc3..79364ef08a 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. See the end for copying conditions. -* Version 2.99.1 (unreleased) +* Version 2.99.1 (released 2011-04-23) ** libgnutls: Added support for AES-NI if detected. Uses Andy Polyakov's AES-NI code. @@ -21,9 +21,14 @@ function required GnuTLS to access system specific data, for no reason. Use gnutls_transport_set_errno(), or your system's errno fascility instead. +** libgnutls: Added gnutls_certificate_set_retrieve_function2() +to set a callback to retrieve a certificate. The certificate is +received in a format that requires no processing from gnutls thus +it is suitable when performance is required. + ** API and ABI modifications: gnutls_transport_set_global_errno: REMOVED - +gnutls_certificate_set_retrieve_function2: ADDED * Version 2.99.0 (released 2011-04-09) diff --git a/configure.ac b/configure.ac index 3fb1adc65b..1f0ff9e072 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.99.1], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [2.99.2], [bug-gnutls@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])