diff options
author | Joseph Brill <48932340+jcbrill@users.noreply.github.com> | 2022-05-03 14:30:33 (GMT) |
---|---|---|
committer | Joseph Brill <48932340+jcbrill@users.noreply.github.com> | 2022-05-03 14:30:33 (GMT) |
commit | 2083d7f530ba95caa0aa5a95ec4702cc5a10aea6 (patch) | |
tree | 468fe869820918f95668a3d304be02263085e105 /CHANGES.txt | |
parent | 03d49b630465628815ab4d24eedd8b5a7689e6d7 (diff) | |
download | SCons-2083d7f530ba95caa0aa5a95ec4702cc5a10aea6.zip SCons-2083d7f530ba95caa0aa5a95ec4702cc5a10aea6.tar.gz SCons-2083d7f530ba95caa0aa5a95ec4702cc5a10aea6.tar.bz2 |
Update CHANGES.txt and add same to RELEASE.txt. [ci skip]
Diffstat (limited to 'CHANGES.txt')
-rwxr-xr-x | CHANGES.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 415212b..6f518f0 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -17,9 +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 internal mscommon debug handling for stdout to use the logging framework. Update - the debug record format so that the output logged to stdout contains the output that is logged - to a file. + - 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. From William Deegan: - Fix check for unsupported Python version. It was broken. Also now the error message |