summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-08-20 23:34:34 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-08-20 23:34:34 +0200
commitf87eb04507cb399740ae1f66a4f1f13ffa2d9832 (patch)
tree77c5832837ef2a72609edf89732213746e38dcc0
parent4c57b96d983a358e55eb191267b9738dd679c52a (diff)
parentd7c02407eb8eef708b1b298babf30b8bc58147f5 (diff)
downloadgnutls-f87eb04507cb399740ae1f66a4f1f13ffa2d9832.tar.gz
Merge branch 'master' into gnutls_3_0_x
-rw-r--r--NEWS8
-rw-r--r--m4/hooks.m42
2 files changed, 5 insertions, 5 deletions
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)