summaryrefslogtreecommitdiffstats
path: root/src/RELEASE.txt
diff options
context:
space:
mode:
authorGreg Noel <GregNoel@tigris.org>2010-06-07 09:33:56 (GMT)
committerGreg Noel <GregNoel@tigris.org>2010-06-07 09:33:56 (GMT)
commit309df4ac53e3c96e642db2cfa215125c15a7e6ed (patch)
tree7584e3b8c7630fd681be01b5747760035b9fbe0b /src/RELEASE.txt
parent4342bb15a6592e9a29716523902d717aaa841ccc (diff)
downloadSCons-309df4ac53e3c96e642db2cfa215125c15a7e6ed.zip
SCons-309df4ac53e3c96e642db2cfa215125c15a7e6ed.tar.gz
SCons-309df4ac53e3c96e642db2cfa215125c15a7e6ed.tar.bz2
Initial drop of bin/update-release-info.py.
This program automates the process of inserting the release configuration information that is currently done by hand. The configuration data now all lives in a file, 'ReleaseConfig'. Change the configuration file, run the program, and, hey presto, the files are updated. More work needs to be done; the documentation doesn't quite match with the program and the regression tests only cover the release flows, but it's important to get this stuff out before the next release is published so people can start using it.
Diffstat (limited to 'src/RELEASE.txt')
-rw-r--r--src/RELEASE.txt14
1 files changed, 5 insertions, 9 deletions
diff --git a/src/RELEASE.txt b/src/RELEASE.txt
index 1853b22..6271f40 100644
--- a/src/RELEASE.txt
+++ b/src/RELEASE.txt
@@ -1,12 +1,5 @@
-# __COPYRIGHT__
-# __FILE__ __REVISION__ __DATE__ __DEVELOPER__
-
- A new SCons checkpoint release, 2.0.0.beta.20100605, is now available on
- the SCons download page:
- The primary purpose of this release is to remove support for
- Python versions prior to 2.4 and streamline the SCons code base
- using more modern python idioms.
- The checkpoint is available at the SCons download page:
+ A new SCons checkpoint release, 2.0.0.beta.20100605, is now available
+ on the SCons download page:
http://www.scons.org/download.php
@@ -104,3 +97,6 @@
Thanks to Greg Noel, Steven Knight, Dirk Baechle, William Deegan,and
W. Trevor King for their contributions to this release.
+
+__COPYRIGHT__
+__FILE__ __REVISION__ __DATE__ __DEVELOPER__