diff options
author | William Deegan <bill@baddogconsulting.com> | 2015-09-21 16:07:09 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2015-09-21 16:07:09 (GMT) |
commit | 093d03ccf05f2a317a6e68efb57f35f79af6d450 (patch) | |
tree | 73aec7e580562bb2967b913aec5d7cdd4305d8bd /src/CHANGES.txt | |
parent | 1b99bf81ad3ce90268f2b8097946bb2e24ef05b6 (diff) | |
download | SCons-093d03ccf05f2a317a6e68efb57f35f79af6d450.zip SCons-093d03ccf05f2a317a6e68efb57f35f79af6d450.tar.gz SCons-093d03ccf05f2a317a6e68efb57f35f79af6d450.tar.bz2 |
updates for 2.4.0 release
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 977d00f..0299718 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -4,15 +4,18 @@ Change Log -RELEASE VERSION/DATE TO BE FILLED IN LATER +RELEASE 2.4.0 - Mon, 21 Sep 2015 08:56:00 -0700 From Dirk Baechle: - - Switched several core classes to using "slots", for - reducing the overall memory consumption in large + - Switched several core classes to use "slots", to + reduce the overall memory consumption in large projects (fixes #2180, #2178, #2198) - Memoizer counting uses decorators now, instead of the old metaclasses approach. + From Andrew Featherstone + - Fixed typo in SWIGPATH description + RELEASE 2.3.6 - Mon, 31 Jul 2015 14:35:03 -0700 From Rob Smith: |