summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-12-16 17:35:43 (GMT)
committerSteven Knight <knight@baldmt.com>2004-12-16 17:35:43 (GMT)
commit6c6137058464d27acce561c3c1d89e77068a1342 (patch)
tree52c3479a424822b0953f89f6e03cbfbac152f3f1 /src/CHANGES.txt
parent64c24fdd205f1d3fe584990aaf6ae050bb46c431 (diff)
downloadSCons-6c6137058464d27acce561c3c1d89e77068a1342.zip
SCons-6c6137058464d27acce561c3c1d89e77068a1342.tar.gz
SCons-6c6137058464d27acce561c3c1d89e77068a1342.tar.bz2
Use the builtin md5 hexdigest routine if it's available. (Kevin Quick)
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 9f6328f..55e74ff 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -332,7 +332,9 @@ RELEASE 0.97 - XXX
- Internal cleanups: Remove an unnecessary scan argument. Associate
Scanners only with Builders, not nodes. Apply overrides once when a
- Builder is called, not in multiple places.
+ Builder is called, not in multiple places. Cache results from
+ the Node.FS.get_suffix() and Node.get_build_env() methods. Use
+ the Python md5 modules' hexdigest() method, if there is one.
- Use the correct scanner if the same source file is used for targets in
two different environments with the same path but different scanners.