diff options
author | William Deegan <bill@baddogconsulting.com> | 2024-11-25 22:08:52 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2024-11-25 22:08:52 (GMT) |
commit | eeb5dfd941c580ac329ab2d8c97f3dfae4e5f0a9 (patch) | |
tree | a1c4d228fe858ee97432faad5fc419e9d9e8cf1f | |
parent | 6d70e82c31788fdbc95cc9dff0b116f632be5d62 (diff) | |
download | SCons-eeb5dfd941c580ac329ab2d8c97f3dfae4e5f0a9.zip SCons-eeb5dfd941c580ac329ab2d8c97f3dfae4e5f0a9.tar.gz SCons-eeb5dfd941c580ac329ab2d8c97f3dfae4e5f0a9.tar.bz2 |
[ci skip] Update CHANGES/RELEASE with newer changes
-rw-r--r-- | CHANGES.txt | 4 | ||||
-rw-r--r-- | RELEASE.txt | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 9642966..54def0a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -89,7 +89,9 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER - Update ninja tool to use ninja.BIN_DIR to find pypi packaged ninja binary. python ninja package version 1.11.1.2 changed the location and previous logic no longer worked. - - Added ninja_binary() method to TestSCons to centralize logic to find ninja binary + - Added TestSCons.NINJA_BINARY to TestSCons to centralize logic to find ninja binary + - Refactored SCons.Tool.ninja -> SCons.Tool.ninja_tool, and added alias so + env.Tool('ninja') will still work. This avoids conflicting with the pypi module ninja. From Alex James: - On Darwin, PermissionErrors are now handled while trying to access diff --git a/RELEASE.txt b/RELEASE.txt index 4aa9697..af5fb2f 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -201,7 +201,10 @@ DEVELOPMENT - Implemented type hints for Nodes. -- Added ninja_binary() method to TestSCons to centralize logic to find ninja binary +- Added TestSCons.NINJA_BINARY to TestSCons to centralize logic to find ninja binary + +- Refactored SCons.Tool.ninja -> SCons.Tool.ninja_tool, and added alias so env.Tool('ninja') + will still work. This avoids conflicting with the pypi module ninja. Thanks to the following contributors listed below for their contributions to this release. ========================================================================================== |