diff options
author | Steven Knight <knight@baldmt.com> | 2003-11-18 07:10:57 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-11-18 07:10:57 (GMT) |
commit | f178684f565030f529e50b58d060a98fd8795e14 (patch) | |
tree | 2852b82f577251e2af04c8bb3a335b0ca467e3b5 /src/CHANGES.txt | |
parent | c1482a3213790dba0c7faed021e309cf0a010c00 (diff) | |
download | SCons-f178684f565030f529e50b58d060a98fd8795e14.zip SCons-f178684f565030f529e50b58d060a98fd8795e14.tar.gz SCons-f178684f565030f529e50b58d060a98fd8795e14.tar.bz2 |
Ensure that the ENV values are all strings. (Anthony Roach)
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index a36b2ab..a6965c6 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -20,6 +20,20 @@ RELEASE 0.95 - XXX - Accomodate the fact that Cygwin's os.path.normcase() lies about the underlying system being case-sensitive. + From Charles Crain: + + - If no version of MSVC is detected but the tool is specified, + use the MSVC 6.0 paths by default. + + - Ignore any "6.1" version of MSVC found in the registry; this is a + phony version number (created by later service packs?) and would + throw off the logic if the user had any non-default paths configure. + + - Correctly detect if the user has independently configured the MSVC + "include," "lib" or "path" in the registry and use the appropriate + values. Previously, SCons would only use the values if all three + were set in the registry. + From Steven Knight: - Fix EnsureSConsVersion() so it checks against the SCons version, @@ -46,6 +60,8 @@ RELEASE 0.95 - XXX - Add -H help text listing the legal --debug values. + - Don't choke if a construction variable is a non-string value. + RELEASE 0.94 - Fri, 07 Nov 2003 05:29:48 -0600 |