blob: 88d176e811c19402f69dc9466f2f551f8bfe9931 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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 (c) 2001 - 2015 The SCons Foundation
src/RELEASE.txt rel_2.4.0:3365:9259ea1c13d7 2015/09/21 14:03:43 bdbaddog
|