diff options
author | Joseph Brill <48932340+jcbrill@users.noreply.github.com> | 2022-05-03 17:19:58 (GMT) |
---|---|---|
committer | Joseph Brill <48932340+jcbrill@users.noreply.github.com> | 2022-05-03 17:19:58 (GMT) |
commit | 452eceace10b32b4326ff2af2f7883bbba494af0 (patch) | |
tree | 532889e623be800f74156be3eb53417d441bb020 /RELEASE.txt | |
parent | 0aca2c9e7f11f29d21624ede1799f9745c68ef1e (diff) | |
parent | 1b80e513050e4a130b338133c50ce7ced67ec57d (diff) | |
download | SCons-452eceace10b32b4326ff2af2f7883bbba494af0.zip SCons-452eceace10b32b4326ff2af2f7883bbba494af0.tar.gz SCons-452eceace10b32b4326ff2af2f7883bbba494af0.tar.bz2 |
Merge branch 'master' into jbrill-msvc-vc
Diffstat (limited to 'RELEASE.txt')
-rwxr-xr-x | RELEASE.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt index 091ba96..fbefdee 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 |