Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
support batch mode (currently: Windows). Change the way the changed
and unchanged target and source lists are accounted for to resolve.
Fixes #3029.
- Improve the Builder Methods intro section in manpage, making sure
all prose appears before the listing of methods.


RELEASE 4.9.1 - Thu, 27 Mar 2025 11:40:20 -0700
Expand All @@ -194,7 +196,6 @@ RELEASE 4.9.1 - Thu, 27 Mar 2025 11:40:20 -0700
From Mats Wichmann:
- Fix typos in CCFLAGS test. Didn't affect the test itself, but
didn't correctly apply the DefaultEnvironment speedup.

- New CacheDir initialization code failed on Python 3.7 for unknown
reason (worked on 3.8+). Adjusted the approach a bit. Fixes #4694.
- Try to fix Windows fails on Docbook tests in case xsltproc is found.
Expand Down
4 changes: 3 additions & 1 deletion RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ DOCUMENTATION

- Improve the wording of AppendENVPath and PrependENVPath in manpage.

- Improve the descriptive portion of the Builder Methods section in
the manpage: reword, reorganize.

DEVELOPMENT
-----------

Expand Down Expand Up @@ -206,5 +209,4 @@ Thanks to the following contributors listed below for their contributions to thi
==========================================================================================
.. code-block:: text


git shortlog --no-merges -ns 4.9.1..HEAD
Loading
Loading