Skip to content

Commit d54721e

Browse files
authored
Merge pull request #4701 from SCons/rel_4.9.1
4.9.1 fixes
2 parents 5e275cf + ad4f2f7 commit d54721e

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

CHANGES.txt

+10-9
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
1919

2020
RELEASE 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

252253
RELEASE 4.8.1 - Tue, 03 Sep 2024 17:22:20 -0700
253254

RELEASE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A new SCons release, 4.9.0, is now available on the SCons download page:
1111
https://scons.org/pages/download.html
1212

1313

14-
Here is a summary of the changes since 4.4.0:
14+
Here is a summary of the changes since 4.9.0:
1515

1616
NEW FUNCTIONALITY
1717
-----------------

0 commit comments

Comments
 (0)