]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Prepare for stable release.
authorSimon Josefsson <simon@josefsson.org>
Wed, 27 May 2009 05:48:38 +0000 (07:48 +0200)
committerSimon Josefsson <simon@josefsson.org>
Wed, 27 May 2009 05:48:38 +0000 (07:48 +0200)
NEWS
cfg.mk
configure.ac
lib/configure.ac
libextra/configure.ac

diff --git a/NEWS b/NEWS
index 690c931155353dbc6141544cc99a4bf65a2c1a6a..45cb73772284bb300607fccb42fce5efdc77fec5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Simon Josefsson
 Copyright (C) 2000, 2001, 2002, 2003, 2004 Nikos Mavrogiannopoulos
 See the end for copying conditions.
 
-* Version 2.7.15 (unreleased)
+* Version 2.8.0 (unreleased)
 
 ** libgnutls: Doc fix.
 Reported by Peter Hendrickson <pdh@wiredyne.com>.
diff --git a/cfg.mk b/cfg.mk
index db54e7b9478aa60cfeeafb01e5d0dcd03e80e35f..14947ba438508b73b1f9ef5257a66d5c0b6d6e75 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -102,9 +102,9 @@ prepare:
 upload:
        git push
        git push --tags
-       build-aux/gnupload --to alpha.gnu.org:$(PACKAGE) $(distdir).tar.bz2
-       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 ftp.gnu.org:$(PACKAGE) $(distdir).tar.bz2
+       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'
        cp $(distdir).tar.bz2 $(distdir).tar.bz2.sig ../releases/$(PACKAGE)/
 
 web:
index 9ef36ff41bdd2af3c03a4cb30c379900b8f2157d..657514f96602166ea6edd4d39f1cc997410355e3 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.7.15], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.8.0], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
index 384aa69dd250e0e4538da4c617c4ff42eba36b0b..e0fcb953a23b0979073d0f7b8a376042684d71f3 100644 (file)
@@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure script.
 # MA 02110-1301, USA
 
 AC_PREREQ(2.61)
-AC_INIT([libgnutls], [2.7.15], [bug-gnutls@gnu.org])
+AC_INIT([libgnutls], [2.8.0], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
index 8f651e3ee302f1d16d99d8daf2596d2bc9e290a6..a31402d9ed736ffe274940e757c6b85afbb6da38 100644 (file)
@@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure script.
 # 02110-1301, USA.
 
 AC_PREREQ(2.61)
-AC_INIT([libgnutls-extra], [2.7.15], [bug-gnutls@gnu.org])
+AC_INIT([libgnutls-extra], [2.8.0], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])