diff options
author | Steven Knight <knight@baldmt.com> | 2003-01-17 05:49:38 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-01-17 05:49:38 (GMT) |
commit | 9174c12d92d6a32c087bd5b891022ef5dc6f426f (patch) | |
tree | 2762318664fc7750a3a742d789b603c1cf2b48cf /HOWTO/release.txt | |
parent | b71b4b87ff6224de450018ba1a3192103f68160d (diff) | |
download | SCons-9174c12d92d6a32c087bd5b891022ef5dc6f426f.zip SCons-9174c12d92d6a32c087bd5b891022ef5dc6f426f.tar.gz SCons-9174c12d92d6a32c087bd5b891022ef5dc6f426f.tar.bz2 |
Initialize the new branch.
Diffstat (limited to 'HOWTO/release.txt')
-rw-r--r-- | HOWTO/release.txt | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/HOWTO/release.txt b/HOWTO/release.txt index 3ba1724..47e83ec 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 {10} + aede {11} - aerpass {10} + aerpass {11} - aeib {10} + aeib {11} aeb @@ -94,16 +94,16 @@ Things to do to release a new version of SCons: <your email> cd incoming bin - put scons-0.10-1.noarch.rpm - put scons-0.10-1.src.rpm - put scons-0.10.tar.gz - put scons-0.10.win32.exe - put scons-0.10.zip - put scons-local-0.10.tar.gz - put scons-local-0.10.zip - put scons-src-0.10.tar.gz - put scons-src-0.10.zip - put scons_0.10-1_all.deb + put scons-0.11-1.noarch.rpm + put scons-0.11-1.src.rpm + put scons-0.11.tar.gz + put scons-0.11.win32.exe + put scons-0.11.zip + put scons-local-0.11.tar.gz + put scons-local-0.11.zip + put scons-src-0.11.tar.gz + put scons-src-0.11.zip + put scons_0.11-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.10 + New release name: 0.11 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.10-1.noarch.rpm Any .rpm - scons-0.10-1.src.rpm Any Source .rpm - scons-0.10.tar.gz Any .gz - scons-0.10.win32.exe i386 .exe (32-bit Windows) - scons-0.10.zip Any .zip - scons_0.10-1_all.deb Any .deb + scons-0.11-1.noarch.rpm Any .rpm + scons-0.11-1.src.rpm Any Source .rpm + scons-0.11.tar.gz Any .gz + scons-0.11.win32.exe i386 .exe (32-bit Windows) + scons-0.11.zip Any .zip + scons_0.11-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.10 + New release name: 0.11 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.10.tar.gz Any .gz - scons-local-0.10.zip Any .zip + scons-local-0.11.tar.gz Any .gz + scons-local-0.11.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.10 + New release name: 0.11 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.10.tar.gz Any .gz - scons-src-0.10.zip Any .zip + scons-src-0.11.tar.gz Any .gz + scons-src-0.11.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.10) + In the Bugs Tracker, add a Group for the new release (0.11) @@ -343,15 +343,15 @@ Things to do to release a new version of SCons: START THE NEW BRANCH - aenbr -p scons.0 {11} + aenbr -p scons.0 {12} - aenc -p scons.0.{11} + aenc -p scons.0.{12} Call it something like, "Initialize the new branch." Cause = internal_enhancement. Exempt it from all tests (*_exempt = true). - ae_p scons.0.{11} + ae_p scons.0.{12} aedb 100 @@ -390,7 +390,7 @@ Things to do to release a new version of SCons: ======================= Template describe-the-release section: -IMPORTANT: Release 0.10 contains the following interface changes: +IMPORTANT: Release 0.11 contains the following interface changes: - XXX This release adds the following features: @@ -412,7 +412,7 @@ Template scons-devel announcement: SConspirators-- -SCons alpha release 0.10 is now available for download. +SCons alpha release 0.11 is now available for download. XXX Template describe-the-release section goes here XXX @@ -423,7 +423,7 @@ release. ======================= Template scons-users + scons-announce announcement: -Version 0.10 of SCons has been released and is available for download +Version 0.11 of SCons has been released and is available for download from the SCons web site: http://www.scons.org/ @@ -456,7 +456,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.10 of SCons has been released and is available for download +Version 0.11 of SCons has been released and is available for download from the SCons web site: http://www.scons.org/ |