summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2010-08-22 23:04:37 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2010-08-22 23:04:37 (GMT)
commitb1eab787839c9db1b29d0e41d1253d78bbdd1117 (patch)
tree4e678e2c5adf53d39c925fbd34a21c2a50ebc82a /src/CHANGES.txt
parent262d85eeb5f1fafe66c2513d4e950978214d67c5 (diff)
downloadSCons-b1eab787839c9db1b29d0e41d1253d78bbdd1117.zip
SCons-b1eab787839c9db1b29d0e41d1253d78bbdd1117.tar.gz
SCons-b1eab787839c9db1b29d0e41d1253d78bbdd1117.tar.bz2
Update CHANGES.txt file with info on 2.0.0.final.0 and 2.0.1
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt40
1 files changed, 37 insertions, 3 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 9c1adf6..6553d5b 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -110,15 +110,45 @@ RELEASE 2.1.0.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE
- Add support for DMD version 2 (the phobos2 library).
-RELEASE 2.0.0.beta.20100605 - Sat, 05 Jun 2010 21:02:48 -0700
+RELEASE 2.0.1 - Mon, 15 Aug 2010 15:46:32 -0700
From Dirk Baechle:
- Fix XML in documentation.
- From W. Trevor King:
+ From Joe Zuntz:
- - Revisions to README.
+ - Fixed a case-sensitivity problem with Fortran modules.
+
+ From Bauke Conijn:
+
+ - Added Users Guide example for auto-generated source code
+
+ From Steven Knight:
+
+ - Fix explicit dependencies (Depends()) on Nodes that don't have
+ attached Builders.
+
+ From Matt Hughes:
+
+ - Fix the ability to append to default $*FLAGS values (which are
+ implemented as CLVar instances) in a copied construction environment
+ without affecting the original construction environment's value.
+
+ From Rob Managan:
+
+ - Updated the TeX command strings to include a /D on Windows in
+ case the new directory is on a different drive letter.
+
+ - Fixed the LaTeX scanner so dependencies are found in commands that
+ are broken across lines with a comment or have embedded spaces.
+
+
+RELEASE 2.0.0.final.0 - Mon, 14 Jun 2010 22:01:37 -0700
+
+ From Dirk Baechle:
+
+ - Fix XML in documentation.
From Steven Knight:
@@ -153,6 +183,10 @@ RELEASE 2.0.0.beta.20100605 - Sat, 05 Jun 2010 21:02:48 -0700
- Handle detecting Visual C++ on Python verions with upper-case
platform architectures like 'AMD64'.
+ From W. Trevor King:
+
+ - Revisions to README.
+
From Greg Noel:
- Apply numerous Python fixers to update code to more modern idioms.