diff options
author | Gary Oberbrunner <garyo@oberbrunner.com> | 2014-08-24 01:03:43 (GMT) |
---|---|---|
committer | Gary Oberbrunner <garyo@oberbrunner.com> | 2014-08-24 01:03:43 (GMT) |
commit | eb71dba8c06d345f325f1be0d9ba0ec59b53a207 (patch) | |
tree | 0026951d8a75e99b8906e46300c701695ccb664f /src | |
parent | b6ff759ffe7188104be3fe53d0a7c0a8a1cd0b17 (diff) | |
download | SCons-eb71dba8c06d345f325f1be0d9ba0ec59b53a207.zip SCons-eb71dba8c06d345f325f1be0d9ba0ec59b53a207.tar.gz SCons-eb71dba8c06d345f325f1be0d9ba0ec59b53a207.tar.bz2 |
Update CHANGES, Release and Announce prior to 2.3.3 release.
Diffstat (limited to 'src')
-rw-r--r-- | src/Announce.txt | 6 | ||||
-rw-r--r-- | src/CHANGES.txt | 6 | ||||
-rw-r--r-- | src/RELEASE.txt | 37 |
3 files changed, 26 insertions, 23 deletions
diff --git a/src/Announce.txt b/src/Announce.txt index 83fe421..a749981 100644 --- a/src/Announce.txt +++ b/src/Announce.txt @@ -26,6 +26,12 @@ RELEASE 2.3.2.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE since last release. This announcement highlights only the important changes. + Please note the following important changes since release 2.3.2: + + -- On Windows, .def files did not work as sources to shared + libraries or executables, due to a regression which is + corrected in 2.3.3. + Please note the following important changes since release 2.3.0: -- BitKeeper, CVS, Perforce, RCS, SCCS are deprecated from the diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 0011463..7c5372e 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -9,6 +9,12 @@ RELEASE 2.3.2.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE From Roland Stark: - Fixed false line length calculation in the TempFileMunge class (#2970). + From Gary Oberbrunner: + - Improve SWIG detection + + From Russel Winder: + - Fix regression on Windows in D language update + From Anatoly Techtonik: - Do not fail on EnsureSConsVersion when running from checkout diff --git a/src/RELEASE.txt b/src/RELEASE.txt index 7249af4..b5f226e 100644 --- a/src/RELEASE.txt +++ b/src/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, |