From: Simon Josefsson Date: Fri, 17 Apr 2009 07:47:22 +0000 (+0200) Subject: Reorder. X-Git-Tag: gnutls_2_7_7~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cdf2df4239dd7969cc0d67d85bfcddb1861cd5b4;p=thirdparty%2Fgnutls.git Reorder. --- diff --git a/NEWS b/NEWS index 59d362a75f..68adae1b41 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,9 @@ See the end for copying conditions. * Version 2.7.7 (unreleased) +** libgnutls: Applied patch by Cedric Bail to add functions +gnutls_x509_crt_verify_hash() and gnutls_x509_crt_get_sig_algorithm(). + ** gnutls.pc: Add -ltasn1 to 'pkg-config --libs --static gnutls' output. Reported by Andreas Metzler in . @@ -16,9 +19,6 @@ GnuTLS is also internally ready to be used with libtasn1 v2.0. Reported by Roman Bogorodskiy in . -** libgnutls: Applied patch by Cedric Bail to add functions -gnutls_x509_crt_verify_hash() and gnutls_x509_crt_get_sig_algorithm(). - ** i18n: The GnuTLS gettext domain is now 'libgnutls' instead of 'gnutls'. It is currently only used by the core library. This will enable a new domain 'gnutls' for translations of the command line tools.