summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-04-17 09:47:22 +0200
committerSimon Josefsson <simon@josefsson.org>2009-04-17 09:47:22 +0200
commitcdf2df4239dd7969cc0d67d85bfcddb1861cd5b4 (patch)
treec5ec3dc02f6e275e0242fd188d51dcb872a8bcc6
parentee7802a60fec46ad1ae95746f690fab386f03c05 (diff)
downloadgnutls-cdf2df4239dd7969cc0d67d85bfcddb1861cd5b4.tar.gz
Reorder.
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
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 <ametzler@downhill.at.eu.org> in
<http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3467>.
@@ -16,9 +19,6 @@ GnuTLS is also internally ready to be used with libtasn1 v2.0.
Reported by Roman Bogorodskiy <novel@FreeBSD.org> in
<http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3435>.
-** 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.