summaryrefslogtreecommitdiffstats
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJoseph Brill <48932340+jcbrill@users.noreply.github.com>2022-05-03 17:19:58 (GMT)
committerJoseph Brill <48932340+jcbrill@users.noreply.github.com>2022-05-03 17:19:58 (GMT)
commit452eceace10b32b4326ff2af2f7883bbba494af0 (patch)
tree532889e623be800f74156be3eb53417d441bb020 /CHANGES.txt
parent0aca2c9e7f11f29d21624ede1799f9745c68ef1e (diff)
parent1b80e513050e4a130b338133c50ce7ced67ec57d (diff)
downloadSCons-452eceace10b32b4326ff2af2f7883bbba494af0.zip
SCons-452eceace10b32b4326ff2af2f7883bbba494af0.tar.gz
SCons-452eceace10b32b4326ff2af2f7883bbba494af0.tar.bz2
Merge branch 'master' into jbrill-msvc-vc
Diffstat (limited to 'CHANGES.txt')
-rwxr-xr-xCHANGES.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 4bf023e..9a6a26f 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -17,6 +17,11 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
default compiler to MSVC which wasn't installed, yielding broken build.
Updated mingw tool so that the generate and exists methods use the same mingw search paths
(issue #4134).
+ - Update the debug output written to stdout for MSVC initialization which is enabled by setting
+ SCONS_MSCOMMON_DEBUG=- to use the logging module. Also changed the debug output format
+ written to stdout to include more information about the source for each message of MSVC
+ initialization debugging output. A single space was added before the message for all
+ debugging output records written to stdout and to files.
- Refactor the data definitions for msvc configurations to allow derived data structures to be
constructed during initialization that removes the need for special case handling during
runtime execution. Special case handling of host/target combinations is eliminated and
@@ -27,7 +32,6 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
only an MSVC Express instance is installed and the MSVC version is not explicitly specified
(issue #2668 and issue #2697).
-
From William Deegan:
- Fix check for unsupported Python version. It was broken. Also now the error message
will include what is the minimum supported version of Python