summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-07-21 05:05:04 (GMT)
committerSteven Knight <knight@baldmt.com>2003-07-21 05:05:04 (GMT)
commit6c127c28c6924d7e5b8a0b8e1f2e348f6e53107c (patch)
treeeb080c0e9d4959bd1015f47a303dfbe2ebe9195b /src/CHANGES.txt
parent67a5558f919e9504d0c8c564d72458cd32fac906 (diff)
downloadSCons-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.txt3
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++.