summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2024-03-18 00:33:10 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2024-03-18 00:33:10 (GMT)
commit265be6883fadbb5a545612265acc919595158366 (patch)
tree580152af9a69f2958c5864305440e057a4021fc8
parent801af4e979311c960d6b7611c001f885f43e5ed4 (diff)
downloadSCons-265be6883fadbb5a545612265acc919595158366.zip
SCons-265be6883fadbb5a545612265acc919595158366.tar.gz
SCons-265be6883fadbb5a545612265acc919595158366.tar.bz2
Updates for CHANGES/RELEASE.txt
-rw-r--r--CHANGES.txt6
-rw-r--r--RELEASE.txt35
2 files changed, 16 insertions, 25 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 9f9a5ac..46886f6 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,7 +7,7 @@
NOTE: The 4.0.0 Release of SCons dropped Python 2.7 Support
NOTE: 4.3.0 now requires Python 3.6.0 and above. Python 3.5.x is no longer supported
-RELEASE VERSION/DATE TO BE FILLED IN LATER
+RELEASE 4.7.0 - Sun, 17 Mar 2024 17:22:20 -0700
From Ataf Fazledin Ahamed:
- Use of NotImplemented instead of NotImplementedError for special methods
@@ -52,7 +52,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
- Fix sphinx config to handle SCons versions with post such as: 4.6.0.post1
From Michał Górny:
- - Remove unecessary dependencies on pypi packages from setup.cfg
+ - Remove unnecessary dependencies on pypi packages from setup.cfg
From Sten Grüner:
- Fix of the --debug=sconscript option to return exist statements when using return
@@ -112,7 +112,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
- Add locking around creation of CacheDir config file. Fixes #4489.
- Clarify MergeFlags usage of a dict argument.
- SCons documentation build can now be controlled through SKIP_DOC
- variable - rather than just true/false can now specifiy
+ variable - rather than just true/false can now specify
skip none, skip all, skip pdf docs, skip api docs.
diff --git a/RELEASE.txt b/RELEASE.txt
index 1fd72d8..f5ec043 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -1,16 +1,7 @@
-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.6.1, is now available on the SCons download page:
+A new SCons release, 4.7.0, is now available on the SCons download page:
https://scons.org/pages/download.html
-
Here is a summary of the changes since 4.6.0:
NEW FUNCTIONALITY
@@ -20,12 +11,6 @@ NEW FUNCTIONALITY
from a specified directory. An attempt to unlink a file is made only when the
file exists; otherwise, the file is ignored.
-
-DEPRECATED FUNCTIONALITY
-------------------------
-
-- List anything that's been deprecated since the last release
-
CHANGED/ENHANCED EXISTING FUNCTIONALITY
---------------------------------------
@@ -64,7 +49,6 @@ FIXES
now returns None.
- Add locking around creation of CacheDir config file. Fixes issue #4489.
-
IMPROVEMENTS
------------
@@ -83,13 +67,12 @@ IMPROVEMENTS
- Dumping an environment with `json` formatting will now explicitly specify if a given
value cannot be serialized.
-
PACKAGING
---------
-- Remove unecessary dependencies on pypi packages from setup.cfg
+- Remove unnecessary dependencies on pypi packages from setup.cfg
- SCons documentation build can now be controlled through SKIP_DOC
- variable - rather than just true/false can now specifiy
+ variable - rather than just true/false can now specify
skip none, skip all, skip pdf docs, skip api docs.
DOCUMENTATION
@@ -108,8 +91,6 @@ DOCUMENTATION
- Clarify how SCons finds the project top directory, and what that is used for.
- Clarify MergeFlags usage of a dict argument.
-
-
DEVELOPMENT
-----------
@@ -122,3 +103,13 @@ Thanks to the following contributors listed below for their contributions to thi
.. code-block:: text
git shortlog --no-merges -ns 4.6.0..HEAD
+ 26 Andrew Morrow
+ 24 Mats Wichmann
+ 14 William Deegan
+ 7 Joseph Brill
+ 6 StenGruener
+ 3 Prabhu S. Khalsa
+ 3 Thaddeus Crews
+ 2 fazledyn-or
+ 1 Michał Górny
+ 1 Piotr Siupa