From d19f24a735195e5959033d0261ccfc74b43bce6c Mon Sep 17 00:00:00 2001 From: stevenknight Date: Tue, 4 Nov 2008 13:36:37 +0000 Subject: [PATCH] Update src/CHANGES.txt for changes since 1.1.0. git-svn-id: http://scons.tigris.org/svn/scons/trunk@3763 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- src/CHANGES.txt | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/src/CHANGES.txt b/src/CHANGES.txt index c0310e52..e15fe031 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -10,6 +10,19 @@ RELEASE 1.X - XXX + From Benoit Belley: + + - Improve the robustness of GetBuildFailures() by refactoring + SCons exception handling (especially BuildError exceptions). + + From David Cournapeau: + + - Fix $FORTRANMODDIRPREFIX for the ifort (Intel Fortran) tool. + + From Ludwig Hähne: + + - Handle Java inner classes declared within a method. + From Steven Knight: - Fix label placement by the "scons-time.py func" subcommand @@ -18,6 +31,9 @@ RELEASE 1.X - XXX - Fix env.Append() and env.Prepend()'s ability to add a string to list-like variables like $CCFLAGS under Python 2.6. + - Other Python2.6 portability: don't use "as" (a Python 2.6 keyword). + Don't use the deprecated Exception.message attribute. + - Support using the -f option to search for a different top-level file name when walking up with the -D, -U or -u options. @@ -30,6 +46,30 @@ RELEASE 1.X - XXX - Speed up the internal find_file() function (used for searching CPPPATH, LIBPATH, etc.). + From Rob Managan: + + - Scan for TeX files in the paths specified in the $TEXINPUTS + construction variable and the $TEXINPUTS environment variable. + + - Configure the PDF() and PostScript() Builders as single_source so + they know each source file generates a separate target file. + + - Add $EPSTOPDF, $EPSTOPDFFLAGS and $EPSTOPDFCOM + + - Add .tex as a valid extension for the PDF() builder. + + - Add regular expressions to find \input, \include and + \includegraphics. + + - Support generating a .pdf file from a .eps source. + + - Recursive scan included input TeX files. + + From Greg Noel: + + - Make the Action() function handle positional parameters consistently. + + RELEASE 1.1.0 - Thu, 09 Oct 2008 08:33:47 -0700 -- 2.26.2