]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Bump versions.
authorSimon Josefsson <simon@josefsson.org>
Wed, 18 Jun 2008 15:44:43 +0000 (17:44 +0200)
committerSimon Josefsson <simon@josefsson.org>
Wed, 18 Jun 2008 15:44:43 +0000 (17:44 +0200)
Makefile.am
NEWS
configure.in

index 91f49a3a8b9f4b603dc7909ae7aa3d3c42d1c4ab..f7f31de4a86c3e13cf1b1acfbfc81e922c848efb 100644 (file)
@@ -54,8 +54,8 @@ release:
        cp -v doc/reference/html/*.html doc/reference/html/*.png doc/reference/html/*.css doc/reference/html/*.devhelp $(htmldir)/reference/
        git-push --tags
        git-push
-       scp $(distdir).tar.bz2 $(distdir).tar.bz2.sig igloo.linux.gr:~ftp/pub/gnutls/
-       ssh igloo.linux.gr 'cd ~ftp/pub/gnutls/ && sha1sum *.tar.bz2 > CHECKSUMS'
+       scp $(distdir).tar.bz2 $(distdir).tar.bz2.sig igloo.linux.gr:~ftp/pub/gnutls/devel/
+       ssh igloo.linux.gr 'cd ~ftp/pub/gnutls/devel/ && sha1sum *.tar.bz2 > CHECKSUMS'
        build-aux/gnupload --to alpha.gnu.org:gnutls $(distdir).tar.bz2
        cd $(htmldir) && \
                cvs add -kb releases/$(distdir).tar.bz2 \
diff --git a/NEWS b/NEWS
index 0b3947082513c238d7396e8aa40269cc10176aff..cff1f42a8e6a73378c362480c91f730af7827b8b 100644 (file)
--- 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.5.0 (unreleased)
+
+** API and ABI modifications:
+No changes since last version.
+
 * Version 2.4.0 (released 2008-06-19)
 
 ** Major changes compared to the v2.2 branch:
index ed280b1bb001161536246c5794e999675867ebc5..53439546a4294483d142bed8970a1ed5a986867f 100644 (file)
@@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure script.
 # USA
 
 AC_PREREQ(2.61)
-AC_INIT([GnuTLS], [2.4.0], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.5.0], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 
 AM_INIT_AUTOMAKE([1.10 dist-bzip2])
@@ -32,9 +32,9 @@ AM_CONFIG_HEADER(config.h)
 # Interfaces changed/added/removed:   CURRENT++       REVISION=0
 # Interfaces added:                             AGE++
 # Interfaces removed:                           AGE=0
-AC_SUBST(LT_CURRENT, 30)
-AC_SUBST(LT_REVISION, 4)
-AC_SUBST(LT_AGE, 4)
+AC_SUBST(LT_CURRENT, 31)
+AC_SUBST(LT_REVISION, 0)
+AC_SUBST(LT_AGE, 5)
 
 # Used when creating the Windows libgnutls-XX.def files.
 SOVERSION=`expr ${LT_CURRENT} - ${LT_AGE}`