summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.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/CHANGES.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/CHANGES.txt')
-rw-r--r--src/CHANGES.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index b6aca97..7f62c64 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -1,5 +1,3 @@
-# __COPYRIGHT__
-# __FILE__ __REVISION__ __DATE__ __DEVELOPER__
SCons - a software construction tool
@@ -5300,3 +5298,6 @@ A brief overview of important functionality available in release 0.01:
- Linux packages available in RPM and Debian format.
- Windows installer available.
+
+__COPYRIGHT__
+__FILE__ __REVISION__ __DATE__ __DEVELOPER__