From 2083d7f530ba95caa0aa5a95ec4702cc5a10aea6 Mon Sep 17 00:00:00 2001 From: Joseph Brill <48932340+jcbrill@users.noreply.github.com> Date: Tue, 3 May 2022 10:30:33 -0400 Subject: Update CHANGES.txt and add same to RELEASE.txt. [ci skip] --- CHANGES.txt | 8 +++++--- RELEASE.txt | 5 +++++ 2 files changed, 10 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 diff --git a/RELEASE.txt b/RELEASE.txt index 49636bc..a4f15d9 100755 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -42,6 +42,11 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY - The change to "content" and "content-timestamp" Decider names is reflected in the User Guide as well, since the hash function may be other than md5 (tidying up from earlier change) +- 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. FIXES -- cgit v0.12