diff options
author | Daniel Moody <dmoody256@gmail.com> | 2022-05-11 21:27:35 (GMT) |
---|---|---|
committer | Daniel Moody <dmoody256@gmail.com> | 2022-05-11 21:27:35 (GMT) |
commit | 791062ff1e9dbc95ecaba40d78617cfe9d6ad0c5 (patch) | |
tree | 5260ab68c86a051b6af2fd2447a4079f01bc70bf /CHANGES.txt | |
parent | edfa3ec16cf67fbe12480cf7f875e426ef63677b (diff) | |
parent | 31e53ca45e062824ba1537c66c37e30a3ed6db56 (diff) | |
download | SCons-791062ff1e9dbc95ecaba40d78617cfe9d6ad0c5.zip SCons-791062ff1e9dbc95ecaba40d78617cfe9d6ad0c5.tar.gz SCons-791062ff1e9dbc95ecaba40d78617cfe9d6ad0c5.tar.bz2 |
Merge remote-tracking branch 'origin/master' into shell_subst_env_vars
Diffstat (limited to 'CHANGES.txt')
-rwxr-xr-x | CHANGES.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 6ec23d0..1e133e1 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -84,6 +84,8 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER 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. + - Fix typo in ninja scons daemon startup which causes ConnectionRefusedError to not retry + to connect to the server during start up. From Mats Wichmann: - Tweak the way default site_scons paths on Windows are expressed to |