diff options
| author | William Deegan <bill@baddogconsulting.com> | 2015-09-21 17:03:12 (GMT) |
|---|---|---|
| committer | William Deegan <bill@baddogconsulting.com> | 2015-09-21 17:03:12 (GMT) |
| commit | 0941093e0e5a030faa49968457638a3a6aee7ad8 (patch) | |
| tree | 6d33513c14eb6eac0531dd050de0ecca4c39bd79 /src/RELEASE.txt | |
| download | SCons-2.4.0.zip SCons-2.4.0.tar.gz SCons-2.4.0.tar.bz2 | |
release 2.4.02.4.0
Diffstat (limited to 'src/RELEASE.txt')
| -rw-r--r-- | src/RELEASE.txt | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/src/RELEASE.txt b/src/RELEASE.txt new file mode 100644 index 0000000..0bb481d --- /dev/null +++ b/src/RELEASE.txt @@ -0,0 +1,48 @@ + A new SCons release, 2.4.0, is now available + on the SCons download page: + + http://www.scons.org/download.php + + Here is a summary of the changes since 2.3.6: + + NEW FUNCTIONALITY + + - None + + DEPRECATED FUNCTIONALITY + + - None + + CHANGED/ENHANCED EXISTING FUNCTIONALITY + + - None + + FIXES + + - None + + IMPROVEMENTS + + - 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. + + PACKAGING + + - Added new amd64 windows 64 bit installer + + DOCUMENTATION + + - None + + DEVELOPMENT + + - None + + Thanks to Dirk Baechle, Andrew Featherstone for their contributions to this release. + Contributors are listed alphabetically by their last name. + +__COPYRIGHT__ +__FILE__ __REVISION__ __DATE__ __DEVELOPER__ |
