diff options
author | William Deegan <bill@baddogconsulting.com> | 2024-09-04 00:50:02 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2024-09-04 00:50:02 (GMT) |
commit | ff783e717edcd057df23f3d64d02961c64e5c898 (patch) | |
tree | e422a8545dd5cd0d6ce90c0addc1724ca2d6d6eb /RELEASE.txt | |
parent | 08661ed4c552323ef3a7f0ff1af38868cbabb05e (diff) | |
download | SCons-ff783e717edcd057df23f3d64d02961c64e5c898.zip SCons-ff783e717edcd057df23f3d64d02961c64e5c898.tar.gz SCons-ff783e717edcd057df23f3d64d02961c64e5c898.tar.bz2 |
Updates for 4.8.1 release4.8.1
Diffstat (limited to 'RELEASE.txt')
-rw-r--r-- | RELEASE.txt | 35 |
1 files changed, 7 insertions, 28 deletions
diff --git a/RELEASE.txt b/RELEASE.txt index 21c02d1..9f78f44 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -1,10 +1,3 @@ -If you are reading this in the git repository, the contents -refer to *unreleased* changes since the last SCons release. -Past official release announcements appear at: - - https://scons.org/tag/releases.html - -================================================================== A new SCons release, 4.8.1, is now available on the SCons download page: @@ -13,15 +6,6 @@ A new SCons release, 4.8.1, is now available on the SCons download page: Here is a summary of the changes since 4.8.0: -NEW FUNCTIONALITY ------------------ - -- List new features (presumably why a checkpoint is being released) - -DEPRECATED FUNCTIONALITY ------------------------- - -- List anything that's been deprecated since the last release CHANGED/ENHANCED EXISTING FUNCTIONALITY --------------------------------------- @@ -60,17 +44,6 @@ FIXES This has been changed to always use the `oem` encoding which should be the encoding in the shell where the command was spawned. -IMPROVEMENTS ------------- - -- List improvements that wouldn't be visible to the user in the -documentation: performance improvements (describe the circumstances -under which they would be observed), or major code cleanups - -PACKAGING ---------- - -- List changes in the way SCons is packaged and/or released DOCUMENTATION ------------- @@ -93,4 +66,10 @@ Thanks to the following contributors listed below for their contributions to thi ========================================================================================== .. code-block:: text - git shortlog --no-merges -ns 4.0.1..HEAD + git shortlog --no-merges -ns 4.8.0..HEAD + + 9 Mats Wichmann + 8 William Deegan + 1 SIEGRIST Anthony + 1 Thaddeus Crews + 1 siegria |