diff options
author | Joseph Brill <48932340+jcbrill@users.noreply.github.com> | 2022-04-30 16:46:44 (GMT) |
---|---|---|
committer | Joseph Brill <48932340+jcbrill@users.noreply.github.com> | 2022-04-30 16:46:44 (GMT) |
commit | f2c025d668b9d0b09f75a9d79020c1a987bf1f11 (patch) | |
tree | 54ea2dff1912d363965ad10702facdf3e52634b2 /CHANGES.txt | |
parent | c6b4728b90de22485f72a0b5b903bd6e2e5503ee (diff) | |
download | SCons-f2c025d668b9d0b09f75a9d79020c1a987bf1f11.zip SCons-f2c025d668b9d0b09f75a9d79020c1a987bf1f11.tar.gz SCons-f2c025d668b9d0b09f75a9d79020c1a987bf1f11.tar.bz2 |
Use the logging framework for mscommon debug output to stdout
Diffstat (limited to 'CHANGES.txt')
-rwxr-xr-x | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 510e0e6..415212b 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -17,6 +17,9 @@ 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. From William Deegan: - Fix check for unsupported Python version. It was broken. Also now the error message |