1- A new SCons release, 4.10.1, is now available on the SCons download page:
1+ If you are reading this in the git repository, the contents
2+ refer to *unreleased* changes since the last SCons release.
3+ Past official release announcements appear at:
4+
5+ https://scons.org/tag/releases.html
6+
7+ ==================================================================
8+
9+ A new SCons release, NEXT_RELEASE, is now available on the SCons download page:
210
311 https://scons.org/pages/download.html
412
@@ -8,41 +16,50 @@ Here is a summary of the changes since PREVIOUS_RELEASE:
816NEW FUNCTIONALITY
917-----------------
1018
11- - Add support for Visual Studio 2026.
19+ - List new features (presumably why a checkpoint is being released)
20+
21+ DEPRECATED FUNCTIONALITY
22+ ------------------------
23+
24+ - List anything that's been deprecated since the last release
1225
1326CHANGED/ENHANCED EXISTING FUNCTIONALITY
1427---------------------------------------
1528
16- - Switch test framework from using profile to cProfile. profile
17- generates deprecation warnings starting with Python 3.15.
29+ - List modifications to existing features, where the previous behavior
30+ wouldn't actually be considered a bug
1831
1932FIXES
2033-----
2134
22- - Enable membership tests on instances of Literal (non-substituting string).
23-
24- - In the SequenceTypes tuple used for dynamic type checks, include
25- the dict contents views, exclude the dictionary view itself as it
26- is not an iterable sequence type.
35+ - List fixes of outright bugs
2736
2837IMPROVEMENTS
2938------------
3039
31- - Internal: where the find method on a string was used to determine
32- if a substring is present, use the more readable "in" and "not in".
40+ - List improvements that wouldn't be visible to the user in the
41+ documentation: performance improvements (describe the circumstances
42+ under which they would be observed), or major code cleanups
43+
44+ PACKAGING
45+ ---------
46+
47+ - List changes in the way SCons is packaged and/or released
3348
3449DOCUMENTATION
3550-------------
3651
37- - Improve documentation of builder methods and builder objects.
52+ - List any significant changes to the documentation (not individual
53+ typo fixes, even if they're mentioned in src/CHANGES.txt to give
54+ the contributor credit)
55+
56+ DEVELOPMENT
57+ -----------
3858
39- - Make links clickable in the SetOption and GetOption manpage entries.
59+ - List visible changes in the way SCons is developed
4060
4161Thanks to the following contributors listed below for their contributions to this release.
4262==========================================================================================
4363.. code-block:: text
4464
45- git shortlog --no-merges -ns 4.10.0..HEAD
46- 12 Mats Wichmann
47- 4 William Deegan
48- 1 Thaddeus Crews
65+ git shortlog --no-merges -ns PREVIOUS_RELEASE..HEAD
0 commit comments