From ba1df75fa725ccd1b470cf3deef12f72bdd74e7b Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sat, 4 Aug 2012 20:53:12 +0200 Subject: [PATCH] bumped version --- NEWS | 15 +++++++++++---- configure.ac | 2 +- m4/hooks.m4 | 2 +- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index d459a1839..df1dcb240 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 a82617d4e..3f31f6750 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 767f35b3c..4bdc0a16f 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) -- 2.11.4.GIT