@@ -19,6 +19,11 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
1919
2020RELEASE 4.9.1 - Thu, 27 Mar 2025 11:40:20 -0700
2121
22+
23+ From Adam Simpkins:
24+ - Fixed a hang in `wait_for_process_to_die()` on Windows, affecting
25+ clean-up of the SCons daemon used for Ninja builds.
26+
2227 From Mats Wichmann:
2328 - Fix typos in CCFLAGS test. Didn't affect the test itself, but
2429 didn't correctly apply the DefaultEnvironment speedup.
@@ -145,6 +150,11 @@ RELEASE 4.9.0 - Sun, 02 Mar 2025 17:22:20 -0700
145150 From Keith F Prussing:
146151 - Added support for tracking beamer themes in the LaTeX scanner.
147152
153+ From Adam Scott:
154+ - Changed Ninja's TEMPLATE rule pool to use `install_pool` instead of
155+ `local_pool`, hoping it will fix a race condition that can occurs when
156+ Ninja defers to SCons to build.
157+
148158 From Alex Thiessen:
149159 - Many grammatical and spelling fixes in the documentation.
150160
@@ -239,15 +249,6 @@ RELEASE 4.9.0 - Sun, 02 Mar 2025 17:22:20 -0700
239249 - Test framework - add recognizing list-of-path-components for
240250 the destination of fixtures too (matches docstrings now).
241251
242- From Adam Scott:
243- - Changed Ninja's TEMPLATE rule pool to use `install_pool` instead of
244- `local_pool`, hoping it will fix a race condition that can occurs when
245- Ninja defers to SCons to build.
246-
247- From Adam Simpkins:
248- - Fixed a hang in `wait_for_process_to_die()` on Windows, affecting
249- clean-up of the SCons daemon used for Ninja builds.
250-
251252
252253RELEASE 4.8.1 - Tue, 03 Sep 2024 17:22:20 -0700
253254
0 commit comments