From: Simon Josefsson Date: Fri, 20 Jan 2012 12:57:00 +0000 (+0100) Subject: Version 3.0.12. X-Git-Tag: gnutls-3_0_12~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9eed11206bc1c0cc6eb329d60f6fc464fc966b11;p=thirdparty%2Fgnutls.git Version 3.0.12. --- diff --git a/NEWS b/NEWS index fc428dcfcc..bd772e022f 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ 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.12 (unreleased) +* Version 3.0.12 (released 2012-01-20) ** libgnutls: Added OCSP support. There is a new header file gnutls/ocsp.h and a set of new functions diff --git a/configure.ac b/configure.ac index b3d4a40707..f36e75bc2f 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.11], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [3.0.12], [bug-gnutls@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])