diff options
author | William Deegan <bill@baddogconsulting.com> | 2010-06-06 04:36:43 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2010-06-06 04:36:43 (GMT) |
commit | c5fc97b3bfb45c30decec6516be3e1c4c3b824c7 (patch) | |
tree | 1f9514675840e3dbc024885be582ace418ad840d /src | |
parent | 823f2cda1252dcd89835d6ff2af55b4a4be74ce4 (diff) | |
download | SCons-c5fc97b3bfb45c30decec6516be3e1c4c3b824c7.zip SCons-c5fc97b3bfb45c30decec6516be3e1c4c3b824c7.tar.gz SCons-c5fc97b3bfb45c30decec6516be3e1c4c3b824c7.tar.bz2 |
Merged revisions 4964 via svnmerge from
http://scons.tigris.org/svn/scons/checkpoint/trunk
........
r4964 | bdbaddog | 2010-06-05 21:09:54 -0700 (Sat, 05 Jun 2010) | 3 lines
Changes for 2.0.0.beta.20100605 checkpoint release.
........
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 |