summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-09 00:07:51 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-09 00:07:51 +0100
commite9d4c690116f9beda63cea0badb0c19177da6d64 (patch)
tree9c3d43d5b3d77001c9b8ec30ab05b7413a1df4c3
parent4563a0c7b60d493961b12bfa6f81a8a033e9094e (diff)
downloadgnutls-e9d4c690116f9beda63cea0badb0c19177da6d64.tar.gz
bumped version
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m42
3 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index f9225a9045..d2f052dc65 100644
--- a/NEWS
+++ b/NEWS
@@ -2,12 +2,12 @@ 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.26 (unreleased)
+* Version 3.0.26 (released 2012-11-09)
** libgnutls: Always tolerate key usage violation errors from the side
of the peer, but also notify via an audit message.
-** libgnutls: gnutls_x509_crl_verify() includes the time checks.
+** libgnutls: gnutls_x509_crl_verify() includes time checks.
** libgnutls: Increased maximum password length in the PKCS #12
functions.
diff --git a/configure.ac b/configure.ac
index a1a8c5b6d3..f02631bc38 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.25], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [3.0.26], [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 42140e371e..d986fb431b 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, 39)
- AC_SUBST(LT_REVISION, 0)
+ AC_SUBST(LT_REVISION, 1)
AC_SUBST(LT_AGE, 11)
AC_SUBST(LT_SSL_CURRENT, 27)