Skip to content

Commit 265be68

Browse files
committed
Updates for CHANGES/RELEASE.txt
1 parent 801af4e commit 265be68

File tree

2 files changed

+16
-25
lines changed

2 files changed

+16
-25
lines changed

CHANGES.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
NOTE: The 4.0.0 Release of SCons dropped Python 2.7 Support
88
NOTE: 4.3.0 now requires Python 3.6.0 and above. Python 3.5.x is no longer supported
99

10-
RELEASE VERSION/DATE TO BE FILLED IN LATER
10+
RELEASE 4.7.0 - Sun, 17 Mar 2024 17:22:20 -0700
1111

1212
From Ataf Fazledin Ahamed:
1313
- Use of NotImplemented instead of NotImplementedError for special methods
@@ -52,7 +52,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
5252
- Fix sphinx config to handle SCons versions with post such as: 4.6.0.post1
5353

5454
From Michał Górny:
55-
- Remove unecessary dependencies on pypi packages from setup.cfg
55+
- Remove unnecessary dependencies on pypi packages from setup.cfg
5656

5757
From Sten Grüner:
5858
- 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
112112
- Add locking around creation of CacheDir config file. Fixes #4489.
113113
- Clarify MergeFlags usage of a dict argument.
114114
- SCons documentation build can now be controlled through SKIP_DOC
115-
variable - rather than just true/false can now specifiy
115+
variable - rather than just true/false can now specify
116116
skip none, skip all, skip pdf docs, skip api docs.
117117

118118

RELEASE.txt

Lines changed: 13 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
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, 4.6.1, is now available on the SCons download page:
1+
A new SCons release, 4.7.0, is now available on the SCons download page:
102

113
https://scons.org/pages/download.html
124

13-
145
Here is a summary of the changes since 4.6.0:
156

167
NEW FUNCTIONALITY
@@ -20,12 +11,6 @@ NEW FUNCTIONALITY
2011
from a specified directory. An attempt to unlink a file is made only when the
2112
file exists; otherwise, the file is ignored.
2213

23-
24-
DEPRECATED FUNCTIONALITY
25-
------------------------
26-
27-
- List anything that's been deprecated since the last release
28-
2914
CHANGED/ENHANCED EXISTING FUNCTIONALITY
3015
---------------------------------------
3116

@@ -64,7 +49,6 @@ FIXES
6449
now returns None.
6550
- Add locking around creation of CacheDir config file. Fixes issue #4489.
6651

67-
6852
IMPROVEMENTS
6953
------------
7054

@@ -83,13 +67,12 @@ IMPROVEMENTS
8367
- Dumping an environment with `json` formatting will now explicitly specify if a given
8468
value cannot be serialized.
8569

86-
8770
PACKAGING
8871
---------
8972

90-
- Remove unecessary dependencies on pypi packages from setup.cfg
73+
- Remove unnecessary dependencies on pypi packages from setup.cfg
9174
- SCons documentation build can now be controlled through SKIP_DOC
92-
variable - rather than just true/false can now specifiy
75+
variable - rather than just true/false can now specify
9376
skip none, skip all, skip pdf docs, skip api docs.
9477

9578
DOCUMENTATION
@@ -108,8 +91,6 @@ DOCUMENTATION
10891
- Clarify how SCons finds the project top directory, and what that is used for.
10992
- Clarify MergeFlags usage of a dict argument.
11093

111-
112-
11394
DEVELOPMENT
11495
-----------
11596

@@ -122,3 +103,13 @@ Thanks to the following contributors listed below for their contributions to thi
122103
.. code-block:: text
123104

124105
git shortlog --no-merges -ns 4.6.0..HEAD
106+
26 Andrew Morrow
107+
24 Mats Wichmann
108+
14 William Deegan
109+
7 Joseph Brill
110+
6 StenGruener
111+
3 Prabhu S. Khalsa
112+
3 Thaddeus Crews
113+
2 fazledyn-or
114+
1 Michał Górny
115+
1 Piotr Siupa

0 commit comments

Comments
 (0)