From: Nikos Mavrogiannopoulos Date: Sat, 20 Aug 2011 21:29:33 +0000 (+0200) Subject: updated for release X-Git-Tag: gnutls_3_0_1~1^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d7c02407eb8eef708b1b298babf30b8bc58147f5;p=thirdparty%2Fgnutls.git updated for release --- diff --git a/NEWS b/NEWS index 330f031ffb..ac988de5a8 100644 --- 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 diff --git a/m4/hooks.m4 b/m4/hooks.m4 index dc052ff8f5..6941e4fc19 100644 --- a/m4/hooks.m4 +++ b/m4/hooks.m4 @@ -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)