]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
bumped version gnutls_3_0_22
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 4 Aug 2012 18:53:12 +0000 (20:53 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 4 Aug 2012 18:57:03 +0000 (20:57 +0200)
NEWS
configure.ac
m4/hooks.m4

diff --git a/NEWS b/NEWS
index d459a183921e57ede212309cceaec240dbd7e834..df1dcb240567236ab6dfae63274836bfe085aa55 100644 (file)
--- 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.
 
index a82617d4ecd6b73b717fa94c236f333cedb6b96f..3f31f67506edbd284b7ef6d06a407572b14b3fab 100644 (file)
@@ -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])
 
index 767f35b3ca7f5bdd6302915ac9e773f8b79fd249..4bdc0a16f6aadbd1f3d31fef432dbdf0b247ae4a 100644 (file)
@@ -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)