summaryrefslogtreecommitdiff
path: root/RELEASE.txt
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-08-25 15:11:37 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-08-25 15:11:37 +0200
commit765fbac29295fb4e462c480d09dbdb2f9718a845 (patch)
tree73104b2debe81c91a5ac638a5b90fd6acbfb3918 /RELEASE.txt
parent8bf6d55f69eb30ba1c0c6a798e81c2c67a507342 (diff)
Imported Upstream version 2.3.3upstream/2.3.3
Diffstat (limited to 'RELEASE.txt')
-rw-r--r--RELEASE.txt39
1 files changed, 15 insertions, 24 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index 2f231ca..abce48a 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -5,52 +5,43 @@
This is a maintenance release, focusing on bug fixes.
- Here is a summary of the changes since 2.3.1:
+ Here is a summary of the changes since 2.3.2:
NEW FUNCTIONALITY
- - Support for Visual Studio 12.0Exp and 2013 (12.0).
+ - Added Copy Action symlink soft-copy support (#2395).
DEPRECATED FUNCTIONALITY
- - RPM and m4 are no longer in the default toolset on Windows.
- - BitKeeper, CVS, Perforce, RCS, SCCS are deprecated from the
- default toolset and will be removed from the default toolset
- in future SCons versions.
- - D language, version 1, is now deprecated. Version 2 is
- supported.
+ - None
CHANGED/ENHANCED EXISTING FUNCTIONALITY
- - Revamp of D language support.
- Tools for DMD, GDC and LDC are provided, and integrated
- with the C and C++ linking.
- - TeX builder now supports -synctex=1
- - TeX builder cleans auxiliary files correctly with biblatex.
+ - Improved SWIG detection
FIXES
- - Fixed handling of nested ifs in CPP scanner PreProcessor class.
- - Respect user's CC/CXX values; don't always overwrite in generate()
- - Delegate linker Tool.exists() to CC/CXX Tool.exists().
- - Fixed NoClean() for multi-target builders (#2353).
- - Fix SConf tests that write output
- - get default RPM architecture more robustly when building RPMs
- - Allow varlist to be specified as list of strings for Actions (#2754)
- - Fixes to Docbook tool
+ - Fix regression on Windows in D language update
+ - Fixed the newglossary action to work with VariantDir (LaTeX).
+ - Added a default for the BUILDERS environment variable,
+ to prevent not defined exception on a Clone().
+ - Fixed handling of CPPDEFINE var in Append()
+ for several list-dict combinations (#2900).
PACKAGING
- - Update XML doc editor configuration
+ - No changes
DEVELOPMENT
- - Improvements to running scons.py from the source tree
+ - Do not fail on EnsureSConsVersion when running from checkout
Thanks to:
Dirk Baechle,
Vincent Beffar,
Thomas Berg,
+ William Blevins,
+ Kendrick Boyd,
Antonio Cavallo,
Jean-François Colson,
Bauke Conijn,
@@ -96,4 +87,4 @@ Thanks to:
for their contributions to this and prior releases.
Copyright (c) 2001 - 2014 The SCons Foundation
-src/RELEASE.txt 2014/07/05 09:42:21 garyo
+src/RELEASE.txt 2014/08/24 12:12:31 garyo