Opened 12 years ago
Closed 12 years ago
#5244 closed enhancement (fixed)
scons-2.3.2
| Reported by: | Fernando de Oliveira | Owned by: | Igor Živković |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.6 |
| Component: | BOOK | Version: | SVN |
| Severity: | normal | Keywords: | |
| Cc: |
Note:
See TracTickets
for help on using tickets.

This is a maintenance release, focusing on bug fixes. Here is a summary of the changes since 2.3.1: NEW FUNCTIONALITY - Support for Visual Studio 12.0Exp and 2013 (12.0). 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. 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. 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 PACKAGING - Update XML doc editor configuration DEVELOPMENT - Improvements to running scons.py from the source tree