diff options
author | Steven Knight <knight@baldmt.com> | 2010-06-08 00:59:05 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2010-06-08 00:59:05 (GMT) |
commit | ab82091bdb5b882325edc223ebef380151a4a5c9 (patch) | |
tree | e423d45245eb626d895907bd19ebd238e6fc2c31 | |
parent | d783379d12cf14d3a0d169ef78a230e15ebc072a (diff) | |
download | SCons-ab82091bdb5b882325edc223ebef380151a4a5c9.zip SCons-ab82091bdb5b882325edc223ebef380151a4a5c9.tar.gz SCons-ab82091bdb5b882325edc223ebef380151a4a5c9.tar.bz2 |
Update src/CHANGES.txt for the upper-case-platform fix.
-rw-r--r-- | src/CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 7f62c64..d867aa3 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -45,6 +45,9 @@ RELEASE 2.0.0.beta.20100605 - Sat, 05 Jun 2010 21:02:48 -0700 - Fix propagation from environment of VS*COMNTOOLS to resolve issues initializing MSVC/MSVS/SDK issues. + - Handle detecting Visual C++ on Python verions with upper-case + platform architectures like 'AMD64'. + From Greg Noel: - Apply numerous Python fixers to update code to more modern idioms. |