summaryrefslogtreecommitdiff
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-02-24 06:19:49 +0000
committerSteven Knight <knight@baldmt.com>2004-02-24 06:19:49 +0000
commit4b3d35e6964da9108f1d55a8d0dbb2161300bd3f (patch)
tree21ab8d3cc408214f1e550bf4df7a27c3b45115fe /src/CHANGES.txt
parentd8b17914c7e3983c6c68c7aea2f0a835f00ddb07 (diff)
downloadscons-4b3d35e6964da9108f1d55a8d0dbb2161300bd3f.tar.gz
Handle recursive substitution in overrides.
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 42c5de1d..be8dfa04 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -125,7 +125,8 @@ RELEASE 0.95 - XXX
- Refactor construction variable expansion to support recursive
expansion of variables (e.g. CCFLAGS = "$CCFLAGS -g") without going
- into an infinite loop.
+ into an infinite loop. Support this in all construction variable
+ overrides, as well as when copying Environments.
- Fix calling Configure() from more than one subsidiary SConscript file.