summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@oberbrunner.com>2013-12-29 02:12:34 (GMT)
committerGary Oberbrunner <garyo@oberbrunner.com>2013-12-29 02:12:34 (GMT)
commitb98a3cb4f2a408de1cf112bd956d427412fc319e (patch)
treeacc579bee5bd36c930560c4b9203353efe9e069e /src/CHANGES.txt
parent06767e6e374c88a1e840459845bd30db48e95376 (diff)
parent4bbec153e3cb22fccb8c67212af1894f245bd8f8 (diff)
downloadSCons-b98a3cb4f2a408de1cf112bd956d427412fc319e.zip
SCons-b98a3cb4f2a408de1cf112bd956d427412fc319e.tar.gz
SCons-b98a3cb4f2a408de1cf112bd956d427412fc319e.tar.bz2
Merge pull request #97, reduce memory consumption
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 10f940a..978c82c 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -46,6 +46,9 @@ RELEASE 2.3.1.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE
SCons from a source (non-installed) dir.
- Count statistics of instances are now collected only when
the --debug=count command-line option is used (#2922).
+ - Added release_target_info() to File nodes, which helps to
+ reduce memory consumption in clean builds and update runs
+ of large projects.
From Gary Oberbrunner:
- Test harness: fail_test() can now print a message to help debugging.