diff options
author | Steven Knight <knight@baldmt.com> | 2004-09-26 06:12:36 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-09-26 06:12:36 (GMT) |
commit | 3b0b62cb7fa049ae5d87268f4d2e6a8832166d9e (patch) | |
tree | 933957ff679497cef5c97cacacf2b6a461355e29 /src/CHANGES.txt | |
parent | 07d2524f1b230ffc11d43d3261418a767803e198 (diff) | |
download | SCons-3b0b62cb7fa049ae5d87268f4d2e6a8832166d9e.zip SCons-3b0b62cb7fa049ae5d87268f4d2e6a8832166d9e.tar.gz SCons-3b0b62cb7fa049ae5d87268f4d2e6a8832166d9e.tar.bz2 |
More robust Scanner comparisons. (Kevin Quick)
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index c111ffd..f1239de 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -165,8 +165,9 @@ RELEASE 0.97 - XXX - Use the source_scanner from the target Node, not the source node itself. - - Enforce internally that Scanners are only passed Nodes. Fix how a - Scanner.Selector called its base class initialization. + - Internal Scanners fixes: Make sure Scanners are only passed Nodes. + Fix how a Scanner.Selector called its base class initialization. + Make comparisons of Scanner objects more robust. From Christoph Wiedemann: |