diff options
author | Daniel Moody <dmoody256@gmail.com> | 2022-05-11 19:40:42 (GMT) |
---|---|---|
committer | Daniel Moody <dmoody256@gmail.com> | 2022-05-11 19:40:42 (GMT) |
commit | f955dad6a20c462c503417cda9ad6927b28c6b8a (patch) | |
tree | 9bbe37447272735d11511a34c123ea9c9c0d46db /CHANGES.txt | |
parent | 2eee5ffe1c79ff6565f74f31bfd75faf0316933a (diff) | |
download | SCons-f955dad6a20c462c503417cda9ad6927b28c6b8a.zip SCons-f955dad6a20c462c503417cda9ad6927b28c6b8a.tar.gz SCons-f955dad6a20c462c503417cda9ad6927b28c6b8a.tar.bz2 |
update changes/release notes
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 dbb0869..ca53514 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -81,6 +81,8 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER Now setting NINJA_DEPFILE_PARSE_FORMAT to [msvc,gcc,clang] can force the ninja expected format. Compiler tools will also configure the variable automatically. - 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 |