summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-10-27 20:34:35 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-10-27 20:34:35 +0200
commit64fab216041d699b06d01137a1d6b8eac833b78f (patch)
tree530f70331a6d3bf3539cc4cc4c75ef2272a00bdb
parent24f4d29d8c2c6359f8cd5eff1ee46c57d70fe431 (diff)
downloadgnutls_3_0_5.tar.gz
released 3.0.5gnutls_3_0_5
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m42
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)