summaryrefslogtreecommitdiff
path: root/src/Announce.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/Announce.txt')
-rw-r--r--src/Announce.txt44
1 files changed, 26 insertions, 18 deletions
diff --git a/src/Announce.txt b/src/Announce.txt
index 2e30f82..89721e1 100644
--- a/src/Announce.txt
+++ b/src/Announce.txt
@@ -19,13 +19,32 @@ effectively, please go to http://scons.org/lists.php#users to sign up for
the scons-users mailing list.
-RELEASE 2.3.0 - Mon, 02 Mar 2013 13:22:29 -0400
+RELEASE 2.3.1 - Mon, 02 Mar 2014 13:53:45 -0400
Please consult the RELEASE.txt file for a summary of changes since the last
release and consult the CHANGES.txt file for complete a list of changes
since last release. This announcement highlights only the important
changes.
+ Please note the following important changes since release 2.3.0:
+
+ -- Fix failure to relink when LINKCOM or libs change, introduced in
+ 2.3.0.
+
+ -- Fix MSVC defaulting TARGET_ARCH to HOST_ARCH and other MSVC
+ issues.
+
+ -- Reduced memory consumption in large builds, which should speed
+ them up as well.
+
+ -- Add new cyglink linker for use with cygwin.
+
+ -- Fix leaking file handles to subprocesses
+
+ -- Support read-only cache (--cache-readonly)
+
+ -- Add Pseudo command to mark targets that shouldn't exist after building
+
Please note the following important changes since release 2.2.0:
-- SUPPORT FOR PYTHON VERSIONS BEFORE 2.7 IS NOW DEPRECATED
@@ -1072,20 +1091,9 @@ RELEASE 2.3.0 - Mon, 02 Mar 2013 13:22:29 -0400
Thank you for your interest, and please let us know how we can help
improve SCons for your needs.
-Steven Knight
-knight at baldmt dot com
-http://www.baldmt.com/~knight/
-
-With plenty of help from the SCons Development team:
- Chad Austin
- Charles Crain
- Bill Deegan
- Steve Leblanc
- Greg Noel
- Gary Oberbrunner
- Anthony Roach
- Greg Spencer
- Christoph Wiedemann
-
-Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 The SCons Foundation
-src/Announce.txt 2013/03/03 09:48:35 garyo
+-- The SCons Development Team
+ Gary Oberbrunner and Bill Deegan, maintainers
+ Thanks to all the contributors for all your help!
+
+Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 The SCons Foundation
+src/Announce.txt 2014/03/02 14:18:15 garyo