summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-08-10 14:18:14 +0200
committerSimon Josefsson <simon@josefsson.org>2009-08-10 14:18:14 +0200
commit10bba45ff7c524f8acf5312134828a1c069d56d6 (patch)
treeab1ffa3de606af47cbe2622ed6c80f78db062c17
parentd6e02bbb69217df91d7370826e0fc8bddfe761ca (diff)
downloadgnutls-10bba45ff7c524f8acf5312134828a1c069d56d6.tar.gz
Add.
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fc6a73abda..76d46cb570 100644
--- a/NEWS
+++ b/NEWS
@@ -43,6 +43,13 @@ Report and patch by Tim Kosse <tim.kosse@filezilla-project.org> in
and
<http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3670>.
+** libgnutls: Relax checking of required libtasn1/libgcrypt versions.
+Before we required that the runtime library used the same (or more
+recent) libgcrypt/libtasn1 as it was compiled with. Now we just check
+that the runtime usage is above the minimum required. Reported by
+Marco d'Itri <md@linux.it> via Andreas Metzler
+<ametzler@downhill.at.eu.org> in <http://bugs.debian.org/540449>.
+
** minitasn1: Internal copy updated to libtasn1 v2.3.
** tests: Fix failure in "chainverify" because a certificate have expired.