summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-04-23 10:54:47 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-04-23 10:54:47 +0200
commit73a75d8edfe6aef53dbba5a0098da8c213064be2 (patch)
tree997b7d3b12dab735cf780495e09cd319c3ac1858
parentedd6408d62ee72da1383adf72f99cc40a2478073 (diff)
downloadgnutls-73a75d8edfe6aef53dbba5a0098da8c213064be2.tar.gz
updated for releasegnutls_2_99_1
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 3 deletions
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])