diff options
author | Russel Winder <russel@winder.org.uk> | 2012-10-13 14:56:37 (GMT) |
---|---|---|
committer | Russel Winder <russel@winder.org.uk> | 2012-10-13 14:56:37 (GMT) |
commit | 96a2d225da6ac739b11c40b2391eadd32f09e985 (patch) | |
tree | 41c9a6cf398238c28ceeb5fe5fbffb6cdba1f003 | |
parent | c9c16d9837db52b19466a900ff323f9268dbcc40 (diff) | |
download | SCons-96a2d225da6ac739b11c40b2391eadd32f09e985.zip SCons-96a2d225da6ac739b11c40b2391eadd32f09e985.tar.gz SCons-96a2d225da6ac739b11c40b2391eadd32f09e985.tar.bz2 |
Update the changes file prior to creating a pull request.
-rw-r--r-- | src/CHANGES.txt | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 023338f..5633eec 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -5,11 +5,11 @@ Change Log From Russel Winder: - - Changes made to the dmd tool to allow for various breaking changes - made in D 1.068 and 2.053 to do with the introduction of 64-bit - builds of DMD. NB D v.1 is now deprecated. + - Revamp of the D language support. Tools for DMD, GDC and LDC provided + and integrated with the C and C++ linking. NB This is only tested with + D v2, D v1 is now deprecated. -RELEASE 2.X.X - +RELEASE 2.X.X - From Alexey Klimkin: - Fix nested LIBPATH expansion by flattening sequences in subst_path. @@ -34,7 +34,7 @@ RELEASE 2.X.X - * provided a new module rpmutils.py, wrapping the RPM naming rules for target files and further hardware-dependent info (compatibility, compiler flags, ...), - * added new test methods must_exist_one_of() and + * added new test methods must_exist_one_of() and must_not_exist_any_of() and * removed Aegis support from runtest.py. (#2872) @@ -45,7 +45,7 @@ RELEASE 2.X.X - From Rob Managan: - Updated the TeX builder to support the \newglossary command in LaTeX's glossaries package and the files it creates. - - Improve support for new versions of biblatex in the TeX builder + - Improve support for new versions of biblatex in the TeX builder so biber is called automatically if biblatex requires it. RELEASE 2.2.0 - Mon, 05 Aug 2012 15:37:48 +0000 @@ -78,11 +78,11 @@ RELEASE 2.2.0 - Mon, 05 Aug 2012 15:37:48 +0000 From Alexey Petruchik: - Support for Microsoft Visual Studio 11 (both using it and generating MSVS11 solution files). - + From Alexey Klimkin: - Fixed the Taskmaster, curing spurious build failures in multi-threaded runs (#2720). - + From Dirk Baechle: - Improved documentation of command-line variables (#2809). - Fixed scons-doc.py to properly convert main XML files (#2812). @@ -136,18 +136,18 @@ RELEASE 2.1.0 - Mon, 09 Sep 2011 20:54:57 -0700 - Fix Intel compiler to sort versions >9 correctly (esp. on Linux) - Fix Install() when the source and target are directories and the target directory exists. - + From David Garcia Garzon: - Fix Delete to be able to delete broken symlinks and dir symlinks. - + From Robert Lehr: - Handle .output file generated by bison/yacc properly. Cleaning it when necessary. From Antoine Dechaume: - Handle SWIG file where there is whitespace after the module name - properly. Previously the generated files would include + properly. Previously the generated files would include the whitespace. From Dmitry R.: @@ -170,7 +170,7 @@ RELEASE 2.1.0 - Mon, 09 Sep 2011 20:54:57 -0700 From Evgeny Podjachev and Alexey Petruchick: - - Support generation of Microsoft Visual Studio 2008 (9.0) + - Support generation of Microsoft Visual Studio 2008 (9.0) and 2010 (10.0) project and solution files. From Ken Deeter: @@ -272,13 +272,13 @@ RELEASE 2.1.0 - Mon, 09 Sep 2011 20:54:57 -0700 - The TeX builders should now work with tex files that are generated by another program. Thanks to Hans-Martin von Gaudecker for isolating the cause of this bug. - + - Added support for INDEXSTYLE environment variable so makeindex can find style files. - Added support for the bibunits package so we call bibtex on all the bu*.aux files. - + - Add support of finding path information on OSX for TeX applications MacPorts and Fink paths need to be added by the user @@ -362,7 +362,7 @@ RELEASE 2.0.0.final.0 - Mon, 14 Jun 2010 22:01:37 -0700 - Fix "Ignoring corrupt sconsign entry" warnings when building in a tree with a pre-2.0 .sconsign file. - - Fix propagation from environment of VS*COMNTOOLS to resolve issues + - Fix propagation from environment of VS*COMNTOOLS to resolve issues initializing MSVC/MSVS/SDK issues. - Handle detecting Visual C++ on Python verions with upper-case |