From eded27097384dfa54172f955e0a3ab7ccdb187bf Mon Sep 17 00:00:00 2001 From: William Deegan Date: Sun, 23 Oct 2022 11:29:39 -0700 Subject: [ci skip] Updated CHANGES.txt and RELEASE.txt --- CHANGES.txt | 3 +++ RELEASE.txt | 12 +----------- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index e9cd653..9c9344a 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -20,6 +20,9 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER not be called until all AddOption() calls are completed. Resolves Issue #4187 - Refactored SCons/Taskmaster into a package. Moved SCons/Jobs.py into that package. 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. + From Dan Mezhiborsky: diff --git a/RELEASE.txt b/RELEASE.txt index 8ad105b..63717a0 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -37,8 +37,6 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY FIXES ----- -- List fixes of outright bugs - - Added missing newline to generated compilation database (compile_commands.json) - A list argument as the source to the Copy() action function is now handled. Both the implementation and the strfunction which prints the progress @@ -47,15 +45,11 @@ FIXES IMPROVEMENTS ------------ -- List improvements that wouldn't be visible to the user in the - documentation: performance improvements (describe the circumstances - under which they would be observed), or major code cleanups +- Changed the Taskmaster trace logic to use python's logging module. PACKAGING --------- -- List changes in the way SCons is packaged and/or released - - SCons now has three requirements files: requirements.txt describes requirements to run scons; requirements-dev.txt requirements to develop it - mainly things needed to run the testsuite; @@ -65,10 +59,6 @@ PACKAGING DOCUMENTATION ------------- -- List any significant changes to the documentation (not individual - typo fixes, even if they're mentioned in src/CHANGES.txt to give - the contributor credit) - - Updated the --hash-format manpage entry. - EnsureSConsVersion, EnsurePythonVersion, Exit, GetLaunchDir and SConscriptChdir are now listed as Global functions only. -- cgit v0.12