diff options
author | William Deegan <bill@baddogconsulting.com> | 2010-06-06 03:23:17 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2010-06-06 03:23:17 (GMT) |
commit | 823f2cda1252dcd89835d6ff2af55b4a4be74ce4 (patch) | |
tree | 1a7de1470998af487221062a5cd7eda09c019a9b | |
parent | 0687b6310bae6a26d3831634a79428b99fff652b (diff) | |
download | SCons-823f2cda1252dcd89835d6ff2af55b4a4be74ce4.zip SCons-823f2cda1252dcd89835d6ff2af55b4a4be74ce4.tar.gz SCons-823f2cda1252dcd89835d6ff2af55b4a4be74ce4.tar.bz2 |
Update release notes to include note about MSVC/VS/SDK improvements
-rw-r--r-- | src/RELEASE.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/RELEASE.txt b/src/RELEASE.txt index 742fcc7..cf1eea1 100644 --- a/src/RELEASE.txt +++ b/src/RELEASE.txt @@ -73,7 +73,8 @@ FIXES - - None. + - MSVC/MSVS/SDK support has been improved. A number of issues with + determining the correct version and architecture have been resolved. IMPROVEMENTS @@ -101,5 +102,5 @@ Although code is tested with Python 2.3 and is still believed to work, the official new floor is Python 2.4. - Thanks to Greg Noel, Steven Knight, Dirk Baechle, and W. Trevor King for - their contributions to this release. + Thanks to Greg Noel, Steven Knight, Dirk Baechle, William Deegan,and + W. Trevor King for their contributions to this release. |