Update src/CHANGES.txt for changes since 1.1.0.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Tue, 4 Nov 2008 13:36:37 +0000 (13:36 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Tue, 4 Nov 2008 13:36:37 +0000 (13:36 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@3763 fdb21ef1-2011-0410-befe-b5e4ea1792b1

src/CHANGES.txt

index c0310e520810336da6c84cdbaa0c0f99066ebe28..e15fe031ab22a49507ef4908469c3834459c919f 100644 (file)
 
 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