From d5d45cdd134f7ccd2bd5aa9a1d89bd43ebeb64cd Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 9 Jun 2008 10:53:14 +0200 Subject: [PATCH] Fix. --- NEWS | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 973345f31..547b42fc3 100644 --- a/NEWS +++ b/NEWS @@ -5,13 +5,14 @@ See the end for copying conditions. * Version 2.3.14 (unreleased) -** Make C++ example compile. -Earlier it may have failed with an unresolved reference to strlen. +** libgnutls [OpenPGP]: Changed OpenPGP verification behaviour. +An OpenPGP certificate is now only considered verified if all the user +IDs are verified. -** Changed OpenPGP verification behaviour. An OpenPGP certificate -is now only considered verified if all the user IDs are verified. +** Examples: Make C++ example compile. +Earlier it may have failed with an unresolved reference to strlen. -** Doc fix for gnutls_x509_crt_get_extension_oid. +** Documentation: Doc fix for gnutls_x509_crt_get_extension_oid. Reported by Sam Varshavchik . ** API and ABI modifications: -- 2.11.4.GIT