From 1d4e8b68953ca500ac3b92db66ab7e6249703ee9 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Mon, 21 Nov 2022 08:09:53 -0800 Subject: [ci skip] Added info to CHANGES/RELEASE files --- CHANGES.txt | 2 ++ RELEASE.txt | 3 +++ 2 files changed, 5 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 0a9f697..8361204 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -22,6 +22,8 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER NOTE: If you hook into SCons.Jobs, you'll have to change that to use SCons.Taskmaster.Jobs - Changed the Taskmaster trace logic to use python's logging module. The output formatting should remain (mostly) the same. Minor update to unittest for this to adjust for 1 less newline. + - Migrated logging logic for --taskmastertrace to use Python's logging module. Added logging + to NewParallel Job class (Andrew Morrow's new parallel job implementation) diff --git a/RELEASE.txt b/RELEASE.txt index 94ba72e..94bc483 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -33,6 +33,9 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY DefaultEnvironment anymore. - The console message from the Chmod() action function now displays octal modes using the modern Python syntax (0o755 rather than 0755). +- Migrated logging logic for --taskmastertrace to use Python's logging module. Added logging + to NewParallel Job class (Andrew Morrow's new parallel job implementation) + FIXES ----- -- cgit v0.12