summaryrefslogtreecommitdiff
path: root/RELEASE.txt
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2023-03-06 23:30:00 -0500
committerWilliam Deegan <bill@baddogconsulting.com>2023-03-06 23:30:00 -0500
commit49578b34582d9e92dac7d713a8e58599ae35aa63 (patch)
tree6c2769826d3aaa2698f70d2bd8319995a4e1780a /RELEASE.txt
parente2e888e7cb625f2ba137b0047d9211d807e82ccd (diff)
downloadscons-git-49578b34582d9e92dac7d713a8e58599ae35aa63.tar.gz
Updates to CHANGES/RELEASE for 4.5.1 Release
Diffstat (limited to 'RELEASE.txt')
-rw-r--r--RELEASE.txt55
1 files changed, 4 insertions, 51 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index 42e4465b9..ec50af002 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -1,34 +1,9 @@
-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.5.1, is now available on the SCons download page:
https://scons.org/pages/download.html
-
Here is a summary of the changes since 4.5.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
----------------------------------------
-
-- List modifications to existing features, where the previous behavior
- wouldn't actually be considered a bug
-
FIXES
-----
@@ -43,33 +18,11 @@ FIXES
Now env['CPPDEFINES'] will contain 'c' when it should not.
-
-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
--------------
-
-- List any significant changes to the documentation (not individual
- typo fixes, even if they're mentioned in src/CHANGES.txt to give
- the contributor credit)
-
-DEVELOPMENT
------------
-
-- List visible changes in the way SCons is developed
-
Thanks to the following contributors listed below for their contributions to this release.
==========================================================================================
.. code-block:: text
- git shortlog --no-merges -ns 4.0.1..HEAD
+ git shortlog --no-merges -ns 4.5.0..HEAD
+
+ 3 William Deegan
+ 1 Mats Wichmann \ No newline at end of file