summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2008-09-26 16:16:07 (GMT)
committerSteven Knight <knight@baldmt.com>2008-09-26 16:16:07 (GMT)
commit7199c53ae07e8cb4a696b7ee7b9d8809c46991f8 (patch)
tree3591658ec1486c90a4e8edeb9013a40998a72a91 /src
parent616b0dd8dd1f33db44ca779dd3e093d5b956d2c0 (diff)
downloadSCons-7199c53ae07e8cb4a696b7ee7b9d8809c46991f8.zip
SCons-7199c53ae07e8cb4a696b7ee7b9d8809c46991f8.tar.gz
SCons-7199c53ae07e8cb4a696b7ee7b9d8809c46991f8.tar.bz2
Update with recent changes:
* Scan .rc files. * Big TeX changes. * .sx file suffix. * delete_existing keyword argument.
Diffstat (limited to 'src')
-rw-r--r--src/CHANGES.txt48
1 files changed, 36 insertions, 12 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 618c9e2..4f6bcf5 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -21,6 +21,10 @@ RELEASE 1.X - XXX
- Reorder MSVC compilation arguments so the /Fo is first.
+ From Bill Deegan:
+
+ - Add scanning Windows resource (.rc) files for implicit dependencies.
+
From John Gozde:
- When scanning for a #include file, don't use a directory that
@@ -30,18 +34,6 @@ RELEASE 1.X - XXX
- Fix VariantDir duplication of #included files in subdirectories.
- From Steven Knight:
-
- - Fix the ability of the add_src_builder() method to add a new
- source builder to any other builder.
-
- - Avoid an infinite loop on non-Windows systems trying to find the
- SCons library directory if the Python library directory does not
- begin with the string "python".
-
- - Search for the SCons library directory in "scons-local" (with
- no version number) after "scons-local-{VERSION}".
-
From Ludwig Hähne:
- Reduce memory usage when a directory is used as a dependency of
@@ -58,6 +50,18 @@ RELEASE 1.X - XXX
- Reduce memory usage from Null Executor objects.
+ From Steven Knight:
+
+ - Fix the ability of the add_src_builder() method to add a new
+ source builder to any other builder.
+
+ - Avoid an infinite loop on non-Windows systems trying to find the
+ SCons library directory if the Python library directory does not
+ begin with the string "python".
+
+ - Search for the SCons library directory in "scons-local" (with
+ no version number) after "scons-local-{VERSION}".
+
From Rob Managan:
- Fix the user's ability to interrupt the TeX build chain.
@@ -65,6 +69,20 @@ RELEASE 1.X - XXX
- Fix the TeX builder's allowing the user to specify the target name,
instead of always using its default output name based on the source.
+ - Iterate building TeX output files until all warning are gone
+ and the auxiliary files stop changing, or until we reach the
+ (configurable) maximum number of retries.
+
+ - Add TeX scanner support for: glossaries, nomenclatures, lists of
+ figures, lists of tables, hyperref and beamer.
+
+ - Use the $BIBINPUTS, $BSTINPUTS, $TEXINPUTS and $TEXPICTS construction
+ variables as search paths for the relevant types of input file.
+
+ - Fix building TeX with VariantDir(duplicate=0) in effect.
+
+ - Fix the LaTeX scanner to search for graphics on the TEXINPUTS path.
+
From Greg Noel:
- Fix typos and format bugs in the man page.
@@ -78,11 +96,17 @@ RELEASE 1.X - XXX
- Refactor use of the SCons.compat module so other modules don't
have to import it individually.
+ - Add .sx as a suffix for assembly language files that use the
+ C preprocessor.
+
From Gary Oberbrunner:
- Make Glob() sort the returned list of Files or Nodes
to prevent spurious rebuilds.
+ - Add a delete_existing keyword argument to the AppendENVPath()
+ and PrependENVPath() Environment methods.
+
From Damyan Pepper:
- Add a test case to verify that SConsignFile() files can be