summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-02-11 11:27:07 (GMT)
committerSteven Knight <knight@baldmt.com>2003-02-11 11:27:07 (GMT)
commit08d5aaf06f5030d59404a586164eb6121c538973 (patch)
tree603b1aa19ce8717891505490845e61bcc77eb0ac /src/CHANGES.txt
parent0f5282ba0d7a5b96c2e5bec6eedb3027aa3fd52a (diff)
downloadSCons-08d5aaf06f5030d59404a586164eb6121c538973.zip
SCons-08d5aaf06f5030d59404a586164eb6121c538973.tar.gz
SCons-08d5aaf06f5030d59404a586164eb6121c538973.tar.bz2
Fix some performance problems with the --implicit-cache option. (Anthony Roach)
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 068dc3d..a8c621d 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -96,6 +96,8 @@ RELEASE 0.11 - XXX
- Allow the same object files on Win32 to be linked into either
shared or static libraries.
+ - Cache implicit cache values when using --implicit-cache.
+
RELEASE 0.10 - Thu, 16 Jan 2003 04:11:46 -0600