From 64fab216041d699b06d01137a1d6b8eac833b78f Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 27 Oct 2011 20:34:35 +0200 Subject: released 3.0.5 --- NEWS | 4 +++- configure.ac | 2 +- m4/hooks.m4 | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 555033cf52..9943e1ed47 100644 --- a/NEWS +++ b/NEWS @@ -2,10 +2,12 @@ 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.5 (unreleased) +* Version 3.0.5 (released 2011-10-27) ** libgnutls-extra: is no more +** libgnutls: Corrections in order to compile with mingw32. + ** libgnutls: Corrections in VIA padlock code for VIA C5 processor and new detection of PHE with support for partial hashing. diff --git a/configure.ac b/configure.ac index e7078b7807..ddc5bc88ea 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.4], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [3.0.5], [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 7f82e80c60..ae63706316 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, 30) - AC_SUBST(LT_REVISION, 0) + AC_SUBST(LT_REVISION, 1) AC_SUBST(LT_AGE, 2) AC_SUBST(LT_SSL_CURRENT, 27) -- cgit v1.2.1