summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2018-07-13 15:20:36 (GMT)
committerTobias Markmann <tm@ayena.de>2018-09-26 14:05:36 (GMT)
commit1536284a15743f6ec41d3230177a24d245158a9d (patch)
tree21216d18d93ddfc620e6b36dc28428c5d5b71775 /3rdParty/SCons/scons-2.4.0/RELEASE.txt
parent091f6e520694360a0407ab0cf3bb036fb461e6e3 (diff)
downloadswift-1536284a15743f6ec41d3230177a24d245158a9d.zip
swift-1536284a15743f6ec41d3230177a24d245158a9d.tar.bz2
Update SCons in 3rdParty from 2.4.0 to 3.0.1
This also has our scons patch in 3rdParty/SCons applied. Test-Information: Builds with unit tests on macOS 10.13.6. Change-Id: I25d3662eeec27a76dab10d501ba46dc16f0bef4b
Diffstat (limited to '3rdParty/SCons/scons-2.4.0/RELEASE.txt')
-rw-r--r--3rdParty/SCons/scons-2.4.0/RELEASE.txt48
1 files changed, 0 insertions, 48 deletions
diff --git a/3rdParty/SCons/scons-2.4.0/RELEASE.txt b/3rdParty/SCons/scons-2.4.0/RELEASE.txt
deleted file mode 100644
index 88d176e..0000000
--- a/3rdParty/SCons/scons-2.4.0/RELEASE.txt
+++ /dev/null
@@ -1,48 +0,0 @@
- 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