summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-08-04 20:53:12 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-08-04 20:57:03 +0200
commitba1df75fa725ccd1b470cf3deef12f72bdd74e7b (patch)
tree298f3b7abd45bd4291bfe5cb3265a0379d48e9d4
parent4ef1ee7061a258d53b6cf66c91187bd077a5d119 (diff)
downloadgnutls-ba1df75fa725ccd1b470cf3deef12f72bdd74e7b.tar.gz
bumped versiongnutls_3_0_22
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m42
3 files changed, 13 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index d459a18392..df1dcb2405 100644
--- a/NEWS
+++ b/NEWS
@@ -2,14 +2,21 @@ GnuTLS NEWS -- History of user-visible changes. -*- outline -*-
Copyright (C) 2000-2012 Free Software Foundation, Inc.
See the end for copying conditions.
-* Version 3.0.22 (unreleased)
+* Version 3.0.22 (released 2012-08-04)
-** certtool: Allow the user to choose the hash algorithm
-when signing certificate request or certificate revocation list.
+** libgnutls: gnutls_certificate_set_x509_system_trust()
+is now supported on OpenBSD.
+
+** libgnutls: When verifying a certificate chain make sure it is chain.
+If the chain is wronly interrupted at some point then truncate it,
+and only try to verify the correct part. Patch by David Woodhouse
-** Restored the behavior of gnutls_x509_privkey_import_pkcs8()
+** libgnutls: Restored the behavior of gnutls_x509_privkey_import_pkcs8()
which now may (again) accept a NULL password.
+** certtool: Allow the user to choose the hash algorithm
+when signing certificate request or certificate revocation list.
+
** API and ABI modifications:
No changes since last version.
diff --git a/configure.ac b/configure.ac
index a82617d4ec..3f31f67506 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ dnl Process this file with autoconf to produce a configure script.
# USA
AC_PREREQ(2.61)
-AC_INIT([GnuTLS], [3.0.21], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [3.0.22], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index 767f35b3ca..4bdc0a16f6 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -40,7 +40,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
# Interfaces added: AGE++
# Interfaces removed: AGE=0
AC_SUBST(LT_CURRENT, 38)
- AC_SUBST(LT_REVISION, 0)
+ AC_SUBST(LT_REVISION, 1)
AC_SUBST(LT_AGE, 10)
AC_SUBST(LT_SSL_CURRENT, 27)