summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-05-27 07:48:38 +0200
committerSimon Josefsson <simon@josefsson.org>2009-05-27 07:48:38 +0200
commitf69a2ae2b7b8f03b81d26da7251c025fa878c79a (patch)
tree2d7e78835eab34e92e644829044e9c7ce31a71ff
parentafc1e879ff55276e2e96fb1ca22007ec46daa97f (diff)
downloadgnutls-f69a2ae2b7b8f03b81d26da7251c025fa878c79a.tar.gz
Prepare for stable release.
-rw-r--r--NEWS2
-rw-r--r--cfg.mk6
-rw-r--r--configure.ac2
-rw-r--r--lib/configure.ac2
-rw-r--r--libextra/configure.ac2
5 files changed, 7 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 690c931155..45cb737722 100644
--- 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 db54e7b947..14947ba438 100644
--- 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:
diff --git a/configure.ac b/configure.ac
index 9ef36ff41b..657514f966 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
diff --git a/lib/configure.ac b/lib/configure.ac
index 384aa69dd2..e0fcb953a2 100644
--- a/lib/configure.ac
+++ b/lib/configure.ac
@@ -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])
diff --git a/libextra/configure.ac b/libextra/configure.ac
index 8f651e3ee3..a31402d9ed 100644
--- a/libextra/configure.ac
+++ b/libextra/configure.ac
@@ -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])