Rel 4.7.0 final changes
[scons.git] / template / RELEASE.txt
blob439c8630d88e5ff47f4bc87797976d2a362c35d2
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:
5     https://scons.org/tag/releases.html
7 ==================================================================
9 A new SCons release, 4.4.1, is now available on the SCons download page:
11     https://scons.org/pages/download.html
14 Here is a summary of the changes since 4.4.0:
16 NEW FUNCTIONALITY
17 -----------------
19 - List new features (presumably why a checkpoint is being released)
21 DEPRECATED FUNCTIONALITY
22 ------------------------
24 - List anything that's been deprecated since the last release
26 CHANGED/ENHANCED EXISTING FUNCTIONALITY
27 ---------------------------------------
29 - List modifications to existing features, where the previous behavior
30   wouldn't actually be considered a bug
32 FIXES
33 -----
35 - List fixes of outright bugs
37 IMPROVEMENTS
38 ------------
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
44 PACKAGING
45 ---------
47 - List changes in the way SCons is packaged and/or released
49 DOCUMENTATION
50 -------------
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)
56 DEVELOPMENT
57 -----------
59 - List visible changes in the way SCons is developed
61 Thanks to the following contributors listed below for their contributions to this release.
62 ==========================================================================================
63 .. code-block:: text
65     git shortlog --no-merges -ns 4.0.1..HEAD