summaryrefslogtreecommitdiffstats
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorDaniel Moody <dmoody256@gmail.com>2022-05-24 03:55:33 (GMT)
committerDaniel Moody <dmoody256@gmail.com>2022-05-24 03:55:33 (GMT)
commit2e80fc1c2796a705b9049aba686de8e35bb878cd (patch)
treee48ba16257fdddb8883bdb54963ea2246ff0fbca /CHANGES.txt
parentf70935229414532f55ee172148ded902ec25e558 (diff)
downloadSCons-2e80fc1c2796a705b9049aba686de8e35bb878cd.zip
SCons-2e80fc1c2796a705b9049aba686de8e35bb878cd.tar.gz
SCons-2e80fc1c2796a705b9049aba686de8e35bb878cd.tar.bz2
Updated SHELL_ENV_GENERATOR to be list of functions now called SHELL_ENV_GENERATORS
Diffstat (limited to 'CHANGES.txt')
-rwxr-xr-xCHANGES.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 519ced9..60e934f 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -99,9 +99,12 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
- Added user configurable setting of ninja depfile format via NINJA_DEPFILE_PARSE_FORMAT.
Now setting NINJA_DEPFILE_PARSE_FORMAT to [msvc,gcc,clang] can force the ninja expected
format. Compiler tools will also configure the variable automatically.
- - Added SHELL_ENV_GENERATOR construction variables. This variable allows the user to Define
+ - Added SHELL_ENV_GENERATOR construction variable. This variable allows the user to Define
a function which will be called to generate or alter the execution environment which will
be used in the shell command of some Action.
+ - Updated SHELL_ENV_GENERATOR construction variable to SHELL_ENV_GENERATORS. This variable
+ is now an iterable which will contain functions which each are called and each can customize
+ the execution environment.
- Updated ninja scons daemon scripts to output errors to stderr as well as the daemon log.
- Fix typo in ninja scons daemon startup which causes ConnectionRefusedError to not retry
to connect to the server during start up.