summaryrefslogtreecommitdiffstats
path: root/RELEASE.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 /RELEASE.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 'RELEASE.txt')
-rwxr-xr-xRELEASE.txt5
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