From: Simon Josefsson Date: Sat, 22 May 2010 21:00:21 +0000 (+0200) Subject: Add. X-Git-Tag: gnutls_2_9_11~33 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e8a9217ac7fe8281b5e1a2f841e266fc0e566541;p=thirdparty%2Fgnutls.git Add. --- diff --git a/NEWS b/NEWS index 9acc10489c..b0a060ba97 100644 --- a/NEWS +++ b/NEWS @@ -5,15 +5,18 @@ See the end for copying conditions. * Version 2.9.11 (unreleased) -** Removed two APIs related to safe renegotiation. +** libgnutls: Removed two APIs related to safe renegotiation. Use priority strings instead. The APIs were gnutls_safe_negotiation_set_initial and gnutls_safe_renegotiation_set. (Remember that we don't promise ABI stability during development series, so this doesn't cause an shared library ABI increment.) +** tests: More self testing of safe renegotiation extension. +See tests/safe-renegotiation/README for more information. + ** doc: a PDF version of the API reference manual (GTK-DOC) is now built. -** Terms 'GNUTLS' and 'GNU TLS' were changed to 'GnuTLS' for consistency. +** doc: Terms 'GNUTLS' and 'GNU TLS' were changed to 'GnuTLS' for consistency. ** API and ABI modifications: gnutls_safe_negotiation_set_initial: REMOVED.