summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-02-09 06:59:46 (GMT)
committerSteven Knight <knight@baldmt.com>2004-02-09 06:59:46 (GMT)
commit653ac5db394d13a48068d170b6a294c32768235f (patch)
tree2179fb29cac6cb7112e1b9b423e6a42ebb6fdd8f /src/CHANGES.txt
parentbeb70fd5da65eb66b2b91df6ed487e4e927b5273 (diff)
downloadSCons-653ac5db394d13a48068d170b6a294c32768235f.zip
SCons-653ac5db394d13a48068d170b6a294c32768235f.tar.gz
SCons-653ac5db394d13a48068d170b6a294c32768235f.tar.bz2
Save memory by allowing Nodes to clean up their Executor's build environments after they've been built.
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index f93a78a..e6c3b53 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -170,6 +170,9 @@ RELEASE 0.95 - XXX
- Fix the M4 Builder so that it chdirs to the Repository directory
when the input file is in the source directory of a BuildDir.
+ - Save memory at build time by allowing Nodes to delete their build
+ environments after they've been built.
+
From Vincent Risi:
- Add support for the bcc32, ilink32 and tlib Borland tools.