summaryrefslogtreecommitdiff
path: root/RELEASE.txt
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE.txt')
-rw-r--r--RELEASE.txt35
1 files changed, 19 insertions, 16 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index 28eb577..82a0c5a 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -1,48 +1,51 @@
- A new SCons checkpoint release, 2.5.1, is now available
+ A new SCons checkpoint release, 3.0.0, is now available
on the SCons download page:
http://www.scons.org/download.php
- This is a minor release
- Here is a summary of the changes since 2.5.0:
+ Here is a summary of the changes since 2.5.1:
NEW FUNCTIONALITY
- - None
+ - Initial support for Python 3.5+
+ - I
DEPRECATED FUNCTIONALITY
- - None
+ - List anything that's been deprecated since the last release
CHANGED/ENHANCED EXISTING FUNCTIONALITY
- - None
+ - List modifications to existing features, where the previous behavior
+ wouldn't actually be considered a bug
FIXES
- - None
+ - List fixes of outright bugs
IMPROVEMENTS
- - Use memoization to optimize PATH evaluation across all dependencies per
- node. (PR #345) This should fix some performance degredation due to
- changes to enable enhanced multi-language scanning added in 2.5.0
+ - List improvements that wouldn't be visible to the user in the
+ documentation: performance improvements (describe the circumstances
+ under which they would be observed), or major code cleanups
PACKAGING
- - Fixed missing scons-configure-cache.py. (It was accidently omitted)
+ - List changes in the way SCons is packaged and/or released
DOCUMENTATION
- - None
+ - List any significant changes to the documentation (not individual
+ typo fixes, even if they're mentioned in src/CHANGES.txt to give
+ the contributor credit)
DEVELOPMENT
- - None
+ - List visible changes in the way SCons is developed
- Thanks to William Deegan and Alexey Klimkin for their contributions to this release.
+ Thanks to CURLY, LARRY, and MOE for their contributions to this release.
Contributors are listed alphabetically by their last name.
-Copyright (c) 2001 - 2016 The SCons Foundation
-src/RELEASE.txt rel_2.5.1:3735:9dc6cee5c168 2016/11/03 14:02:02 bdbaddog
+Copyright (c) 2001 - 2017 The SCons Foundation
+src/RELEASE.txt rel_3.0.0:4395:8972f6a2f699 2017/09/18 12:59:24 bdbaddog