summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2005-06-07 11:32:40 (GMT)
committerSteven Knight <knight@baldmt.com>2005-06-07 11:32:40 (GMT)
commit086a115a4add32f83be62140e9c0677cfdb90d73 (patch)
treed6cd2aac66041c1064740f28d018220815d9a210 /src/CHANGES.txt
parent7a75ef62e1067b6c8af61f1656c54f5d6853432c (diff)
downloadSCons-086a115a4add32f83be62140e9c0677cfdb90d73.zip
SCons-086a115a4add32f83be62140e9c0677cfdb90d73.tar.gz
SCons-086a115a4add32f83be62140e9c0677cfdb90d73.tar.bz2
Split Node-specific stuff from BuildInfo into a separate NodeInfo class. Add size info to the File information we collect.
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 8abf25b..d246dae 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -291,6 +291,11 @@ RELEASE 0.97 - XXX
- Print various --debug= stats even if we exit early (e.g. using -h).
+ - Really only use the cached content signature value if the file
+ is older than --max-drift, not just if --max-drift is set.
+
+ - Remove support for conversion from old (pre 0.96) .sconsign formats.
+
From Wayne Lee:
- Avoid "maximum recursion limit" errors when removing $(-$) pairs