]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
updated for release
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 20 Aug 2011 21:29:33 +0000 (23:29 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 20 Aug 2011 21:30:12 +0000 (23:30 +0200)
NEWS
m4/hooks.m4

diff --git a/NEWS b/NEWS
index 330f031ffbbd5eba53d20a62d1ba72e0b1f36f4a..ac988de5a858d76bf7af1f5cdfefe880d45abf20 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ GnuTLS NEWS -- History of user-visible changes.                -*- outline -*-
 Copyright (C) 2000-2011 Free Software Foundation, Inc.
 See the end for copying conditions.
 
-* Version 3.0.1 (unreleased)
+* Version 3.0.1 (released 2011-08-20)
 
 ** libgnutls: gnutls_certificate_set_x509_key_file() and 
 friends support server name indication. If multiple 
@@ -24,9 +24,9 @@ modules.
 ** libgnutls: The config file at gnutls_pkcs11_init()
 is being read if provided.
 
-** libgnutls: Verify that a certificate list specified
-using gnutls_certificate_set_x509_key*(), is sorted
-according to TLS specification (from subject to issuer).
+** libgnutls: Ensure that a certificate list specified
+using gnutls_certificate_set_x509_key() and friends, is 
+sorted according to TLS specification (from subject to issuer).
 
 ** libgnutls: Added GNUTLS_X509_CRT_LIST_FAIL_IF_UNSORTED flag for
 gnutls_x509_crt_list_import. It checks whether the list to be 
index dc052ff8f5dff8e5d9d6011395a35f47526f242a..6941e4fc19c88b31d67ed35c48b98dca91cf7293 100644 (file)
@@ -41,7 +41,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
   # Interfaces added:                             AGE++
   # Interfaces removed:                           AGE=0
   AC_SUBST(LT_CURRENT, 28)
-  AC_SUBST(LT_REVISION, 0)
+  AC_SUBST(LT_REVISION, 1)
   AC_SUBST(LT_AGE, 0)
 
   AC_SUBST(LT_SSL_CURRENT, 27)