diff options
author | Joseph Brill <48932340+jcbrill@users.noreply.github.com> | 2022-04-10 15:38:47 (GMT) |
---|---|---|
committer | Joseph Brill <48932340+jcbrill@users.noreply.github.com> | 2022-04-10 15:38:47 (GMT) |
commit | bfe7d2d9fa23cd49ca7675af7560c42d2d8d0130 (patch) | |
tree | a87ac28d8974f0a8105dfa1b00eb7b7b2e28b169 /RELEASE.txt | |
parent | 2f02b1b3f7795c69188185305a2129c6df6f8371 (diff) | |
parent | a3602d5c9d9fea87c3335aa714c34b35bf698dd0 (diff) | |
download | SCons-bfe7d2d9fa23cd49ca7675af7560c42d2d8d0130.zip SCons-bfe7d2d9fa23cd49ca7675af7560c42d2d8d0130.tar.gz SCons-bfe7d2d9fa23cd49ca7675af7560c42d2d8d0130.tar.bz2 |
Merge branch 'master' into jbrill-msvc-usesettings
Diffstat (limited to 'RELEASE.txt')
-rwxr-xr-x | RELEASE.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/RELEASE.txt b/RELEASE.txt index e09451c..96713ad 100755 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -35,6 +35,11 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY POpen object is properly closed. - SCons help (-H) no longer prints the "ignored for compatibility" options, which are still listed in the manpage. +- Help is now sensitive to the size of the terminal window: the width of the + help text will scale to wider (or narrower) terminals than 80 characters. +- Ninja: Changed generated build.ninja file to run SCons only build Actions via + a SCons Deamon. Added logic for starting and connecting to SCons daemon (currently + only used for ninja) - 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) @@ -45,6 +50,8 @@ FIXES - Fix a number of Python ResourceWarnings which are issued when running SCons and/or it's tests with python 3.9 (or higher) +- Ninja: Fix issue where Configure files weren't being properly processed when build run + via ninja. - Fixed crash in C scanner's dictify_CPPDEFINES() function which happens if AppendUnique is called on CPPPATH. (Issue #4108). - Added default values for source and target arguments to _defines() function. This @@ -85,4 +92,4 @@ Thanks to the following contributors listed below for their contributions to thi ========================================================================================== .. code-block:: text - git shortlog --no-merges -ns 4.0.1..HEAD + git shortlog --no-merges -ns 4.3.0..HEAD |