summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-05-22 23:00:21 +0200
committerSimon Josefsson <simon@josefsson.org>2010-05-22 23:00:21 +0200
commite8a9217ac7fe8281b5e1a2f841e266fc0e566541 (patch)
treed989259c35332a7b59e087c299ce80d13125a493
parent517a902f239b0efdb9d53a618652819a6a9efc2b (diff)
downloadgnutls-e8a9217ac7fe8281b5e1a2f841e266fc0e566541.tar.gz
Add.
-rw-r--r--NEWS7
1 files changed, 5 insertions, 2 deletions
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.