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.
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)
# 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])