From: Simon Josefsson Date: Mon, 19 May 2008 15:15:23 +0000 (+0200) Subject: Bump versions. X-Git-Tag: gnutls_2_3_11~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f321da1af791a01e976d681f9e8fa3c3a3674fb;p=thirdparty%2Fgnutls.git Bump versions. --- diff --git a/NEWS b/NEWS index ceaa8d109e..4c1b612a5e 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,11 @@ Copyright (C) 2004, 2005, 2006, 2007, 2008 Simon Josefsson Copyright (C) 2000, 2001, 2002, 2003, 2004 Nikos Mavrogiannopoulos See the end for copying conditions. +* Version 2.3.11 (unreleased) + +** API and ABI modifications: +No changes since last version. + * Version 2.3.10 (released 2008-05-19) ** Added wide wildcard hostname matching. @@ -40,6 +45,9 @@ Villanueva Che (discussion at ** Use umask to restrict permissions to owner before creating a file. +** API and ABI modifications: +No changes since last version. + * Version 2.3.9 (released 2008-05-16) ** libgnutls: Fix build failures if SRP/OpenPGP is disabled. diff --git a/configure.in b/configure.in index 755e605f5e..75fe426d00 100644 --- a/configure.in +++ b/configure.in @@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure script. # USA AC_PREREQ(2.61) -AC_INIT([GnuTLS], [2.3.10], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [2.3.11], [bug-gnutls@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_TARGET @@ -37,7 +37,7 @@ AB_INIT # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 29) -AC_SUBST(LT_REVISION, 4) +AC_SUBST(LT_REVISION, 5) AC_SUBST(LT_AGE, 3) ac_full=1