From: Simon Josefsson Date: Mon, 4 Apr 2005 22:53:50 +0000 (+0000) Subject: Bump versions. X-Git-Tag: gnutls_1_2_2~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f0a803824d8a09757c229387e9df8fc30fd25a2;p=thirdparty%2Fgnutls.git Bump versions. --- diff --git a/NEWS b/NEWS index 04dc211191..b8902333c3 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ Copyright (C) 2004, 2005 Simon Josefsson Copyright (C) 2000, 2001, 2002, 2003, 2004 Nikos Mavroyanopoulos See the end for copying conditions. +* Version 1.2.2 + * Version 1.2.1 (2005-04-04) - gnutls_bye() will no longer fail when RDWR is used and application data are available for reading. diff --git a/configure.in b/configure.in index fd978d6a94..ffc473d79a 100644 --- a/configure.in +++ b/configure.in @@ -19,7 +19,7 @@ dnl Process this file with autoconf to produce a configure script. # along with GNUTLS; if not, write to the Free Software Foundation, # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -AC_INIT(gnutls, [1.2.1], [bug-gnutls@gnu.org]) +AC_INIT(gnutls, [1.2.2], [bug-gnutls@gnu.org]) AC_PREREQ(2.59) AC_CANONICAL_TARGET @@ -33,7 +33,7 @@ AB_INIT # Interfaces added: AGE++ # Interfaces removed: AGE=0 LT_CURRENT=14 -LT_REVISION=0 +LT_REVISION=1 LT_AGE=2 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION)