diff options
author | Steven Knight <knight@baldmt.com> | 2004-03-16 04:35:44 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-03-16 04:35:44 (GMT) |
commit | d5e2cce7403e898bb1494f57f0c3620bb590201f (patch) | |
tree | a9dcda29cb9535d750e783a890dded855758be15 /src/CHANGES.txt | |
parent | 2e6a13dac906dd5848eca0448048c07ab0a5749c (diff) | |
download | SCons-d5e2cce7403e898bb1494f57f0c3620bb590201f.zip SCons-d5e2cce7403e898bb1494f57f0c3620bb590201f.tar.gz SCons-d5e2cce7403e898bb1494f57f0c3620bb590201f.tar.bz2 |
Forward the Scanner.Classic name to the underlying base class.
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 20c3b35..a95aab0 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -10,6 +10,14 @@ r __COPYRIGHT__ RELEASE 0.96 - XXX + From Chad Austin: + + - Make the CacheDir() directory if it doesn't already exist. + + From Chris Hoeppler: + + - Initialize the name of a Scanner.Classic scanner correctly. + From Steven Knight: - Add an Execute() method for executing actions directly. |