]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Mention API/ABI changes more clearly.
authorSimon Josefsson <simon@josefsson.org>
Thu, 14 Apr 2005 15:20:02 +0000 (15:20 +0000)
committerSimon Josefsson <simon@josefsson.org>
Thu, 14 Apr 2005 15:20:02 +0000 (15:20 +0000)
NEWS

diff --git a/NEWS b/NEWS
index ba58ede999cc8ea6c7c15942ad37212d8271d053..f14a7fb2a1dd78f937d282b0e2889a2350223a56 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,8 @@ See the end for copying conditions.
 - gnutls_error_to_alert() now considers
   GNUTLS_E_UNEXPECTED_HANDSHAKE_PACKET.
 - Fixed pkcs12 friendly name and local key identifier decoding.
+- API and ABI modifications:
+  No changes since last version.
 
 * Version 1.2.1 (2005-04-04)
 - gnutls_bye() will no longer fail when RDWR is used and application
@@ -27,13 +29,15 @@ See the end for copying conditions.
   <pierre42d@9online.fr>.
 - Eliminated some memory leaks in DHE and RSA-EXPORT cipher suites.
   Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
-- Added the functions:
-    gnutls_x509_crt_list_import(),
-    gnutls_x509_crq_get_attribute_by_oid(),
-    gnutls_x509_crq_set_attribute_by_oid() and
-    gnutls_x509_crt_set_extension_by_oid().
 - If the library has been compiled with features disabled, a warning is 
   issued during the compilation of any program.
+- API and ABI modifications:
+    gnutls_x509_crt_list_import(): Add
+    gnutls_x509_crq_get_attribute_by_oid(): Add.
+    gnutls_x509_crq_set_attribute_by_oid(): Add
+    gnutls_x509_crt_set_extension_by_oid(): Add.
+    GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT: Modify semantics.
+    GNUTLS_VERIFY_ALLOW_ANY_X509_V1_CA_CRT: Add, old behaviour.
 
 * Version 1.2.0 (2005-01-27)
 - Added the definitions and OIDs for the RIPEMD-160 hash algorithm.