From a2b9b257fec5cc6ec8a7a14ede42e8ae0c55ba98 Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Wed, 2 Apr 2003 15:01:37 +0000 Subject: Initialize the new branch. --- HOWTO/change.txt | 20 ++++++++-------- HOWTO/release.txt | 68 +++++++++++++++++++++++++++---------------------------- README | 30 ++++++++++++------------ SConstruct | 2 +- debian/changelog | 7 ++++++ rpm/scons.spec.in | 2 +- src/CHANGES.txt | 4 ++++ src/RELEASE.txt | 8 +++++-- src/setupTests.py | 2 +- 9 files changed, 79 insertions(+), 64 deletions(-) diff --git a/HOWTO/change.txt b/HOWTO/change.txt index 169123c..b13e1d5 100644 --- a/HOWTO/change.txt +++ b/HOWTO/change.txt @@ -30,28 +30,28 @@ Handling a change set: -- Distribute the change to scons-aedist: - aedist -s -p scons.0.12 {cnum} > scons.0.12.C{cnum}.ae - pine -attach scons.0.12.C{cnum}.ae scons-aedist@lists.sourceforge.net - Subject: scons.0.12 - {SUMMARY} - Body: aegis -l -p scons.0.12 -c {cnum} cd + aedist -s -p scons.0.14 {cnum} > scons.0.14.C{cnum}.ae + pine -attach scons.0.14.C{cnum}.ae scons-aedist@lists.sourceforge.net + Subject: scons.0.14 - {SUMMARY} + Body: aegis -l -p scons.0.14 -c {cnum} cd - rm scons.0.12.C{cnum}.ae + rm scons.0.14.C{cnum}.ae [This will eventually be automated.] -- Update the aedist baseline on the web site: - aedist -s -bl -p scons.0.12 > scons.0.12.ae - scp scons.0.12.ae stevenknight@scons.sourceforge.net:/home/groups/s/sc/scons/htdocs/scons.0.12.ae - rm scons.0.12.ae + aedist -s -bl -p scons.0.14 > scons.0.14.ae + scp scons.0.14.ae stevenknight@scons.sourceforge.net:/home/groups/s/sc/scons/htdocs/scons.0.14.ae + rm scons.0.14.ae [This will eventually be automated.] -- Distribute the change to CVS: export CVS_RSH=ssh - ae2cvs -n -aegis -p scons.0.12 -c {cnum} -u ~/SCons/scons - ae2cvs -X -aegis -p scons.0.12 -c {cnum} -u ~/SCons/scons + ae2cvs -n -aegis -p scons.0.14 -c {cnum} -u ~/SCons/scons + ae2cvs -X -aegis -p scons.0.14 -c {cnum} -u ~/SCons/scons If you need the "ae2cvs" Perl script, you can find a copy checked in to the bin/subdirectory. diff --git a/HOWTO/release.txt b/HOWTO/release.txt index 823addf..38d27a6 100644 --- a/HOWTO/release.txt +++ b/HOWTO/release.txt @@ -65,11 +65,11 @@ Things to do to release a new version of SCons: ae_p scons.0 - aede {12} + aede {14} - aerpass {12} + aerpass {14} - aeib {12} + aeib {14} aeb @@ -94,16 +94,16 @@ Things to do to release a new version of SCons: cd incoming bin - put scons-0.12-1.noarch.rpm - put scons-0.12-1.src.rpm - put scons-0.12.tar.gz - put scons-0.12.win32.exe - put scons-0.12.zip - put scons-local-0.12.tar.gz - put scons-local-0.12.zip - put scons-src-0.12.tar.gz - put scons-src-0.12.zip - put scons_0.12-1_all.deb + put scons-0.14-1.noarch.rpm + put scons-0.14-1.src.rpm + put scons-0.14.tar.gz + put scons-0.14.win32.exe + put scons-0.14.zip + put scons-local-0.14.tar.gz + put scons-local-0.14.zip + put scons-src-0.14.tar.gz + put scons-src-0.14.zip + put scons_0.14-1_all.deb Create the new release at the SourceForge project page: @@ -115,7 +115,7 @@ Things to do to release a new version of SCons: => Add Release - New release name: 0.12 + New release name: 0.14 Cut-and-paste or upload the RELEASE.txt file. @@ -132,12 +132,12 @@ Things to do to release a new version of SCons: Edit the file info: - scons-0.12-1.noarch.rpm Any .rpm - scons-0.12-1.src.rpm Any Source .rpm - scons-0.12.tar.gz Any .gz - scons-0.12.win32.exe i386 .exe (32-bit Windows) - scons-0.12.zip Any .zip - scons_0.12-1_all.deb Any .deb + scons-0.14-1.noarch.rpm Any .rpm + scons-0.14-1.src.rpm Any Source .rpm + scons-0.14.tar.gz Any .gz + scons-0.14.win32.exe i386 .exe (32-bit Windows) + scons-0.14.zip Any .zip + scons_0.14-1_all.deb Any .deb Click "Update/Refresh" for each file; this must be done one at a time. @@ -154,7 +154,7 @@ Things to do to release a new version of SCons: => Add Release - New release name: 0.12 + New release name: 0.14 Cut-and-paste or upload the RELEASE.txt file. @@ -171,8 +171,8 @@ Things to do to release a new version of SCons: Edit the file info: - scons-local-0.12.tar.gz Any .gz - scons-local-0.12.zip Any .zip + scons-local-0.14.tar.gz Any .gz + scons-local-0.14.zip Any .zip Click "Update/Refresh" for each file; this must be done one at a time. @@ -189,7 +189,7 @@ Things to do to release a new version of SCons: => Add Release - New release name: 0.12 + New release name: 0.14 Cut-and-paste or upload the RELEASE.txt file. @@ -206,8 +206,8 @@ Things to do to release a new version of SCons: Edit the file info: - scons-src-0.12.tar.gz Any .gz - scons-src-0.12.zip Any .zip + scons-src-0.14.tar.gz Any .gz + scons-src-0.14.zip Any .zip Click "Update/Refresh" for each file; this must be done one at a time. @@ -270,7 +270,7 @@ Things to do to release a new version of SCons: - In the Bugs Tracker, add a Group for the new release (0.12) + In the Bugs Tracker, add a Group for the new release (0.14) @@ -343,15 +343,15 @@ Things to do to release a new version of SCons: START THE NEW BRANCH - aenbr -p scons.0 {12} + aenbr -p scons.0 {14} - aenc -p scons.0.{12} + aenc -p scons.0.{14} Call it something like, "Initialize the new branch." Cause = internal_enhancement. Exempt it from all tests (*_exempt = true). - ae_p scons.0.{12} + ae_p scons.0.{14} aedb 100 @@ -390,7 +390,7 @@ Things to do to release a new version of SCons: ======================= Template describe-the-release section: -IMPORTANT: Release 0.12 contains the following interface changes: +IMPORTANT: Release 0.14 contains the following interface changes: - XXX See the release notes for more information about these changes. @@ -414,7 +414,7 @@ Template scons-devel announcement: SConspirators-- -SCons alpha release 0.12 is now available for download. +SCons alpha release 0.14 is now available for download. XXX Template describe-the-release section goes here XXX @@ -425,7 +425,7 @@ release. ======================= Template scons-users + scons-announce announcement: -Version 0.12 of SCons has been released and is available for download +Version 0.14 of SCons has been released and is available for download from the SCons web site: http://www.scons.org/ @@ -458,7 +458,7 @@ SCons is a software construction tool (build tool, or make tool) written in Python. It is based on the design which won the Software Carpentry build tool competition in August 2000. -Version 0.12 of SCons has been released and is available for download +Version 0.14 of SCons has been released and is available for download from the SCons web site: http://www.scons.org/ diff --git a/README b/README index 71b217c..6b5c83a 100644 --- a/README +++ b/README @@ -66,12 +66,12 @@ In this case, your options are: -- (Optional.) Install from a pre-packaged SCons package that does not require distutils: - Red Hat Linux scons-0.13-1.noarch.rpm + Red Hat Linux scons-0.14-1.noarch.rpm - Debian GNU/Linux scons_0.13-1_all.deb + Debian GNU/Linux scons_0.14-1_all.deb (or use apt-get) - Windows scons-0.13.win32.exe + Windows scons-0.14.win32.exe -- (Recommended.) Download the latest distutils package from the following URL: @@ -218,18 +218,18 @@ more typing: Depending on the utilities installed on your system, any or all of the following packages will be built: - build/dist/scons-0.13-1.noarch.rpm - build/dist/scons-0.13-1.src.rpm - build/dist/scons-0.13.linux-i686.tar.gz - build/dist/scons-0.13.tar.gz - build/dist/scons-0.13.win32.exe - build/dist/scons-0.13.zip - build/dist/scons-doc-0.13.tar.gz - build/dist/scons-local-0.13.tar.gz - build/dist/scons-local-0.13.zip - build/dist/scons-src-0.13.tar.gz - build/dist/scons-src-0.13.zip - build/dist/scons_0.13-1_all.deb + build/dist/scons-0.14-1.noarch.rpm + build/dist/scons-0.14-1.src.rpm + build/dist/scons-0.14.linux-i686.tar.gz + build/dist/scons-0.14.tar.gz + build/dist/scons-0.14.win32.exe + build/dist/scons-0.14.zip + build/dist/scons-doc-0.14.tar.gz + build/dist/scons-local-0.14.tar.gz + build/dist/scons-local-0.14.zip + build/dist/scons-src-0.14.tar.gz + build/dist/scons-src-0.14.zip + build/dist/scons_0.14-1_all.deb The SConstruct file is supposed to be smart enough to avoid trying to build packages for which you don't have the proper utilities installed. diff --git a/SConstruct b/SConstruct index 2e7db34..87eafb0 100644 --- a/SConstruct +++ b/SConstruct @@ -39,7 +39,7 @@ import sys import time project = 'scons' -default_version = '0.13' +default_version = '0.14' copyright = "Copyright (c) %s Steven Knight" % copyright_years Default('.') diff --git a/debian/changelog b/debian/changelog index 6689329..c81ddb4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +scons (0.14-1) unstable; urgency=low + + * Eighth post-official-Debian build cycle + + -- Steven Knight Mon, 31 Mar 2003 20:22:00 -0600 + + scons (0.13-1) unstable; urgency=low * Seventh post-official-Debian build cycle diff --git a/rpm/scons.spec.in b/rpm/scons.spec.in index 4a1936a..484c6ea 100644 --- a/rpm/scons.spec.in +++ b/rpm/scons.spec.in @@ -1,5 +1,5 @@ %define name scons -%define version 0.13 +%define version 0.14 %define release 1 Summary: an Open Source software construction tool diff --git a/src/CHANGES.txt b/src/CHANGES.txt index e694b6d..68d1108 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -8,6 +8,10 @@ +RELEASE 0.14 - XXX + + + RELEASE 0.13 - Mon, 31 Mar 2003 20:22:00 -0600 From Charles Crain: diff --git a/src/RELEASE.txt b/src/RELEASE.txt index e03ad3b..e023518 100644 --- a/src/RELEASE.txt +++ b/src/RELEASE.txt @@ -20,11 +20,15 @@ more effectively, please sign up for the scons-users mailing list at: -RELEASE 0.13 - Mon, 31 Mar 2003 20:22:00 -0600 +RELEASE 0.14 - XXX - This is the thirteenth alpha release of SCons. Please consult the + This is the fourteenth alpha release of SCons. Please consult the CHANGES.txt file for a list of specific changes since last release. + Please note the following important changes since release 0.13: + + - + Please note the following important changes since release 0.11: - The default behavior of SCons is now to change to the directory in diff --git a/src/setupTests.py b/src/setupTests.py index 0ba2f2f..055475e 100644 --- a/src/setupTests.py +++ b/src/setupTests.py @@ -51,7 +51,7 @@ except KeyError: # version = os.environ['SCONS_VERSION'] #except KeyError: # version = '__VERSION__' -version = '0.13' +version = '0.14' scons_version = 'scons-%s' % version -- cgit v0.12