summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt33
1 files changed, 29 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 160a10c..3a17fb5 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -5,18 +5,25 @@
Change Log
-RELEASE 2.0.0.final.0 - Mon, 14 Jun 2010 22:01:37 -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.
+
- Provide forward compatibility for the 'profile' module.
- Provide forward compatibility for the 'pickle' module.
@@ -48,6 +55,24 @@ RELEASE 2.0.0.final.0 - Mon, 14 Jun 2010 22:01:37 -0700
- Handle detecting Visual C++ on Python verions with upper-case
platform architectures like 'AMD64'.
+ 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.
+
+ From W. Trevor King:
+
+ - Revisions to README.
+
From Greg Noel:
- Apply numerous Python fixers to update code to more modern idioms.
@@ -5306,4 +5331,4 @@ A brief overview of important functionality available in release 0.01:
- Windows installer available.
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
-src/CHANGES.txt 5023 2010/06/14 22:05:46 scons
+src/CHANGES.txt 5134 2010/08/16 23:02:40 bdeegan