diff options
author | Greg Noel <GregNoel@tigris.org> | 2009-04-22 20:17:29 (GMT) |
---|---|---|
committer | Greg Noel <GregNoel@tigris.org> | 2009-04-22 20:17:29 (GMT) |
commit | c87d08dc59a35cf77f69e07ca491c39999d0c0b1 (patch) | |
tree | a8b6310321febc631edf9d79c0ea92ba4fb42af5 /src/CHANGES.txt | |
parent | 565fa2e2e6ccf707cd9ccf20c3504af771548f63 (diff) | |
download | SCons-c87d08dc59a35cf77f69e07ca491c39999d0c0b1.zip SCons-c87d08dc59a35cf77f69e07ca491c39999d0c0b1.tar.gz SCons-c87d08dc59a35cf77f69e07ca491c39999d0c0b1.tar.bz2 |
Add Textfile and Substfile builders
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 901931d..94405dd 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -38,7 +38,7 @@ RELEASE X.X.X - XXX From Greg Noel: - - Remove leftover __metaclass__ initializations in Environment.py. + - Remove redundant __metaclass__ initializations in Environment.py. - Correct the documentation of text returned by sconf.Result(). @@ -47,6 +47,11 @@ RELEASE X.X.X - XXX - Fix SWIG testing infrastructure to work on Mac OS X. + - Restructure a test that occasionally hung so that the test would + detect when it was stuck and fail instead. + + - Add the Textfile and Substfile builders. + From Gary Oberbrunner: - When reporting a target that SCons doesn't know how to make, |