diff options
author | William Deegan <bill@baddogconsulting.com> | 2024-10-12 20:34:19 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2024-10-12 20:34:19 (GMT) |
commit | 2dac3e085897f6bae0d5fdef34bf1791c65d04b9 (patch) | |
tree | 102905f6bee14f38b1aad5fa88fc064bd047f058 /RELEASE.txt | |
parent | c255a95fa04015c7c5db3aa60697630c4633e4af (diff) | |
download | SCons-2dac3e085897f6bae0d5fdef34bf1791c65d04b9.zip SCons-2dac3e085897f6bae0d5fdef34bf1791c65d04b9.tar.gz SCons-2dac3e085897f6bae0d5fdef34bf1791c65d04b9.tar.bz2 |
Added changes/release blurb
Diffstat (limited to 'RELEASE.txt')
-rw-r--r-- | RELEASE.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE.txt b/RELEASE.txt index d27c18a..40dfb2d 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -50,10 +50,11 @@ FIXES following the option, with no spaces (e.g. -j5 and not -j 5). - Fix a problem with compilation_db component initialization - the entries for assembler files were not being set up correctly. - - On Darwin, PermissionErrors are now handled while trying to access /etc/paths.d. This may occur if SCons is invoked in a sandboxed environment (such as Nix). +- Added error handling when creating MS VC detection debug log file specified by + SCONS_MSCOMMON_DEBUG IMPROVEMENTS ------------ |