@@ -19,6 +19,11 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
19
19
20
20
RELEASE 4.9.1 - Thu, 27 Mar 2025 11:40:20 -0700
21
21
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
+
22
27
From Mats Wichmann:
23
28
- Fix typos in CCFLAGS test. Didn't affect the test itself, but
24
29
didn't correctly apply the DefaultEnvironment speedup.
@@ -145,6 +150,11 @@ RELEASE 4.9.0 - Sun, 02 Mar 2025 17:22:20 -0700
145
150
From Keith F Prussing:
146
151
- Added support for tracking beamer themes in the LaTeX scanner.
147
152
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
+
148
158
From Alex Thiessen:
149
159
- Many grammatical and spelling fixes in the documentation.
150
160
@@ -239,15 +249,6 @@ RELEASE 4.9.0 - Sun, 02 Mar 2025 17:22:20 -0700
239
249
- Test framework - add recognizing list-of-path-components for
240
250
the destination of fixtures too (matches docstrings now).
241
251
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
-
251
252
252
253
RELEASE 4.8.1 - Tue, 03 Sep 2024 17:22:20 -0700
253
254
0 commit comments