]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Add.
authorSimon Josefsson <simon@josefsson.org>
Wed, 13 Aug 2008 14:06:42 +0000 (16:06 +0200)
committerSimon Josefsson <simon@josefsson.org>
Wed, 13 Aug 2008 14:06:42 +0000 (16:06 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 0dedb41b9ffe587d5a9b67795073089d42c7a66a..b3d9952c9a92ee1c8b796acfb6b60907955d662f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,12 @@ it takes a callback of the gnutls_finished_callback_func type.
 ** libgnutls: Drop final comma after GNUTLS_CRT_PRINT_UNSIGNED_FULL in enum.
 Reported in <https://savannah.gnu.org/support/?106453>.
 
+** libgnutls: Fix namespace problem with TLS_MASTER_SIZE and TLS_RANDOM_SIZE.
+The new names are GNUTLS_MASTER_SIZE and GNUTLS_RANDOM_SIZE.  The old
+names are mapped to the new names in compat.h.  These mappings will
+likely be removed more quickly than other mappings in that file due to
+the namespace violation.
+
 ** libgnutlsxx: Make it build when SRP is disabled.
 
 ** doc: Add doxygen files in doc/doxygen/.
@@ -24,6 +30,10 @@ Reported in <https://savannah.gnu.org/support/?106453>.
 gnutls_x509_crq_set_key_rsa_raw: ADDED
 gnutls_session_set_finished_function: ADDED
 gnutls_finished_callback_func: ADDED
+GNUTLS_MASTER_SIZE: ADDED
+GNUTLS_RANDOM_SIZE: ADDED
+TLS_MASTER_SIZE: DEPRECATED
+TLS_RANDOM_SIZE: DEPRECATED
 
 * Version 2.5.2 (released 2008-07-08)