diff options
author | Daniel Moody <dmoody256@gmail.com> | 2022-05-11 17:45:04 (GMT) |
---|---|---|
committer | Daniel Moody <dmoody256@gmail.com> | 2022-05-11 17:45:04 (GMT) |
commit | edfa3ec16cf67fbe12480cf7f875e426ef63677b (patch) | |
tree | 38047a12d32fe81d2553fa66fca2771e09464103 /CHANGES.txt | |
parent | f8458960e2d9cf190298f57643d4439e3ee882ad (diff) | |
parent | 57de0aebc3de12098225983faf31a2290beeb00b (diff) | |
download | SCons-edfa3ec16cf67fbe12480cf7f875e426ef63677b.zip SCons-edfa3ec16cf67fbe12480cf7f875e426ef63677b.tar.gz SCons-edfa3ec16cf67fbe12480cf7f875e426ef63677b.tar.bz2 |
Merge remote-tracking branch 'origin/master' into shell_subst_env_vars
Diffstat (limited to 'CHANGES.txt')
-rwxr-xr-x | CHANGES.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 3383bc4..6ec23d0 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -83,6 +83,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER - Added SHELL_ENV_GENERATOR construction variables. This variable allows the user to Define a function which will be called to obtain an environment which will be used in the shell command of some Action. + - Updated ninja scons daemon scripts to output errors to stderr as well as the daemon log. From Mats Wichmann: - Tweak the way default site_scons paths on Windows are expressed to |