summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-07-23 14:20:43 (GMT)
committerSteven Knight <knight@baldmt.com>2003-07-23 14:20:43 (GMT)
commit5d238601a22fa009de4df38e0257c405f9b243db (patch)
treefb5cb1676ff40c4f66c49b4fb5893fa30d72765a /src/CHANGES.txt
parent628a6c6cbdbcbcceec438d2063f51b16e65f37aa (diff)
downloadSCons-5d238601a22fa009de4df38e0257c405f9b243db.zip
SCons-5d238601a22fa009de4df38e0257c405f9b243db.tar.gz
SCons-5d238601a22fa009de4df38e0257c405f9b243db.tar.bz2
Fix a problem when using --cache-show.
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index b84aa61..4b8b330 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -46,6 +46,10 @@ RELEASE 0.XX - XXX
- Cache the computed list of Node children minus those being Ignored
so it's only calculated once.
+ - Fix use of the --cache-show option when building a Program()
+ (or using any other arbitrary action) by making sure all Action
+ instances have strfunction() methods.
+
From Gary Oberbrunner:
- Report the target being built in error messages when building