summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorRobert Managan <managan1@llnl.gov>2010-08-19 06:36:30 (GMT)
committerRobert Managan <managan1@llnl.gov>2010-08-19 06:36:30 (GMT)
commit1c55835778c2c327163d55f9edf91467372237ae (patch)
tree3863c7e8000c7fcc53d6b37dc14b1cb9b41cc7d6 /src/CHANGES.txt
parent2407926c5943b952a843551c10ac61cb42a2b0ab (diff)
downloadSCons-1c55835778c2c327163d55f9edf91467372237ae.zip
SCons-1c55835778c2c327163d55f9edf91467372237ae.tar.gz
SCons-1c55835778c2c327163d55f9edf91467372237ae.tar.bz2
Update CHANGES for the last commit. I almost remembered in time!
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt14
1 files changed, 9 insertions, 5 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index e4a5560..9c1adf6 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -35,7 +35,7 @@ RELEASE 2.1.0.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE
- Print the path to the SCons package in scons --version
- From Jean-François Colson:
+ From Jean-Fran�ois Colson:
- Improve Microsoft Visual Studio Solution generation, and fix
various errors in the generated solutions especially when using
@@ -102,6 +102,10 @@ RELEASE 2.1.0.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE
- Fixed the LaTeX scanner so dependencies are found in commands that
are broken across lines with a comment or have embedded spaces.
+ - 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.
+
From Russel Winder:
- Add support for DMD version 2 (the phobos2 library).
@@ -548,7 +552,7 @@ RELEASE 1.1.0.d20081207 - Sun, 07 Dec 2008 19:17:23 -0800
- Issue 2401: Fix usage of comparisons with None.
- From Ludwig Hähne:
+ From Ludwig H�hne:
- Handle Java inner classes declared within a method.
@@ -677,7 +681,7 @@ RELEASE 1.1.0 - Thu, 09 Oct 2008 08:33:47 -0700
- Fix VariantDir duplication of #included files in subdirectories.
- From Ludwig Hähne:
+ From Ludwig H�hne:
- Reduce memory usage when a directory is used as a dependency of
another Node (such as an Alias) by returning a concatenation
@@ -792,7 +796,7 @@ RELEASE 1.0.0 - XXX
- Clear the Node state when turning a generic Entry into a Dir.
- From Ludwig Hähne:
+ From Ludwig H�hne:
- Fix sporadic output-order failures in test/GetBuildFailures/parallel.py.
@@ -1026,7 +1030,7 @@ RELEASE 0.98.1 - Fri, 18 Apr 2008 19:11:58 -0700
- Fix the --debug=stree option so it prints its tree once, not twice.
- From Johan BoulÃ:
+ From Johan Boul�:
- Fix the ability to use LoadableModule() under MinGW.