From: Simon Josefsson Date: Thu, 14 Apr 2005 15:20:02 +0000 (+0000) Subject: Mention API/ABI changes more clearly. X-Git-Tag: gnutls_1_2_2~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd6013b3b417f489d112e99e562e7a4c17c099a5;p=thirdparty%2Fgnutls.git Mention API/ABI changes more clearly. --- diff --git a/NEWS b/NEWS index ba58ede999..f14a7fb2a1 100644 --- 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. . - Eliminated some memory leaks in DHE and RSA-EXPORT cipher suites. Reported by Yoann Vandoorselaere . -- 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.