@@ -12,6 +12,11 @@ NOTE: Since SCons 4.9.0, Python 3.7.0 or above is required.
1212
1313RELEASE 4.9.1 - Thu, 27 Mar 2025 11:40:20 -0700
1414
15+
16+ From Adam Simpkins:
17+ - Fixed a hang in `wait_for_process_to_die()` on Windows, affecting
18+ clean-up of the SCons daemon used for Ninja builds.
19+
1520 From Mats Wichmann:
1621 - Fix typos in CCFLAGS test. Didn't affect the test itself, but
1722 didn't correctly apply the DefaultEnvironment speedup.
@@ -138,6 +143,11 @@ RELEASE 4.9.0 - Sun, 02 Mar 2025 17:22:20 -0700
138143 From Keith F Prussing:
139144 - Added support for tracking beamer themes in the LaTeX scanner.
140145
146+ From Adam Scott:
147+ - Changed Ninja's TEMPLATE rule pool to use `install_pool` instead of
148+ `local_pool`, hoping it will fix a race condition that can occurs when
149+ Ninja defers to SCons to build.
150+
141151 From Alex Thiessen:
142152 - Many grammatical and spelling fixes in the documentation.
143153
@@ -232,15 +242,6 @@ RELEASE 4.9.0 - Sun, 02 Mar 2025 17:22:20 -0700
232242 - Test framework - add recognizing list-of-path-components for
233243 the destination of fixtures too (matches docstrings now).
234244
235- From Adam Scott:
236- - Changed Ninja's TEMPLATE rule pool to use `install_pool` instead of
237- `local_pool`, hoping it will fix a race condition that can occurs when
238- Ninja defers to SCons to build.
239-
240- From Adam Simpkins:
241- - Fixed a hang in `wait_for_process_to_die()` on Windows, affecting
242- clean-up of the SCons daemon used for Ninja builds.
243-
244245
245246RELEASE 4.8.1 - Tue, 03 Sep 2024 17:22:20 -0700
246247
0 commit comments