diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/CHANGES.txt | 9 | ||||
-rw-r--r-- | src/RELEASE.txt | 2 |
2 files changed, 9 insertions, 2 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 6f74566..b6aca97 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -7,7 +7,7 @@ Change Log -RELEASE 2.0.0.beta.20100531 - Mon, 31 May 2010 22:15:00 -0700 +RELEASE 2.0.0.beta.20100605 - Sat, 05 Jun 2010 21:02:48 -0700 From Dirk Baechle: @@ -44,6 +44,9 @@ RELEASE 2.0.0.beta.20100531 - Mon, 31 May 2010 22:15:00 -0700 - Fix "Ignoring corrupt sconsign entry" warnings when building in a tree with a pre-2.0 .sconsign file. + - Fix propagation from environment of VS*COMNTOOLS to resolve issues + initializing MSVC/MSVS/SDK issues. + From Greg Noel: - Apply numerous Python fixers to update code to more modern idioms. @@ -84,6 +87,10 @@ RELEASE 2.0.0.beta.20100531 - Mon, 31 May 2010 22:15:00 -0700 - Document the AllowSubstExceptions() function in the User's Guide. + From William Deegan: + + - Migrate MSVC/MSVS/SDK improvements from 1.3 branch. + RELEASE 1.3.0 - Tue, 23 Mar 2010 21:44:19 -0400 diff --git a/src/RELEASE.txt b/src/RELEASE.txt index cf1eea1..1853b22 100644 --- a/src/RELEASE.txt +++ b/src/RELEASE.txt @@ -1,7 +1,7 @@ # __COPYRIGHT__ # __FILE__ __REVISION__ __DATE__ __DEVELOPER__ - A new SCons checkpoint release, 2.0.0.beta.20100531, is now available on + A new SCons checkpoint release, 2.0.0.beta.20100605, is now available on the SCons download page: The primary purpose of this release is to remove support for Python versions prior to 2.4 and streamline the SCons code base |