diff options
author | Steven Knight <knight@baldmt.com> | 2003-07-21 05:05:04 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-07-21 05:05:04 (GMT) |
commit | 6c127c28c6924d7e5b8a0b8e1f2e348f6e53107c (patch) | |
tree | eb080c0e9d4959bd1015f47a303dfbe2ebe9195b /src/CHANGES.txt | |
parent | 67a5558f919e9504d0c8c564d72458cd32fac906 (diff) | |
download | SCons-6c127c28c6924d7e5b8a0b8e1f2e348f6e53107c.zip SCons-6c127c28c6924d7e5b8a0b8e1f2e348f6e53107c.tar.gz SCons-6c127c28c6924d7e5b8a0b8e1f2e348f6e53107c.tar.bz2 |
Fix the return value of the base Node.get_prevsiginfo(). (Gary Oberbrunner)
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 3283760..6e92bb7 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -44,6 +44,9 @@ RELEASE 0.XX - XXX - Provide helpful error messages when the arguments to env.Install() are incorrect. + - Fix the value returned by the Node.prevsiginfo() method to conform + to a previous change when checking whether a node is current. + From Christoph Wiedemann - Have the g++ Tool actually use g++ in preference to c++. |