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
- 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.
- 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