]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
updated for release gnutls_2_99_1
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 23 Apr 2011 08:54:47 +0000 (10:54 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 23 Apr 2011 08:54:47 +0000 (10:54 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index a64f086dc30ff3c4eadb35b9043124f64b610ce1..79364ef08aef0d1208d0a42667795bb716330316 100644 (file)
--- 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)
 
index 3fb1adc65b93e24a3979e6953ebbd0d8f22ad434..1f0ff9e072544f1aa1f443441814014ef82ad4d6 100644 (file)
@@ -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])