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:
10
2
11
3
https://scons.org/pages/download.html
12
4
13
-
14
5
Here is a summary of the changes since 4.6.0:
15
6
16
7
NEW FUNCTIONALITY
@@ -20,12 +11,6 @@ NEW FUNCTIONALITY
20
11
from a specified directory. An attempt to unlink a file is made only when the
21
12
file exists; otherwise, the file is ignored.
22
13
23
-
24
- DEPRECATED FUNCTIONALITY
25
- ------------------------
26
-
27
- - List anything that's been deprecated since the last release
28
-
29
14
CHANGED/ENHANCED EXISTING FUNCTIONALITY
30
15
---------------------------------------
31
16
64
49
now returns None.
65
50
- Add locking around creation of CacheDir config file. Fixes issue #4489.
66
51
67
-
68
52
IMPROVEMENTS
69
53
------------
70
54
@@ -83,13 +67,12 @@ IMPROVEMENTS
83
67
- Dumping an environment with `json` formatting will now explicitly specify if a given
84
68
value cannot be serialized.
85
69
86
-
87
70
PACKAGING
88
71
---------
89
72
90
- - Remove unecessary dependencies on pypi packages from setup.cfg
73
+ - Remove unnecessary dependencies on pypi packages from setup.cfg
91
74
- 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
93
76
skip none, skip all, skip pdf docs, skip api docs.
94
77
95
78
DOCUMENTATION
@@ -108,8 +91,6 @@ DOCUMENTATION
108
91
- Clarify how SCons finds the project top directory, and what that is used for.
109
92
- Clarify MergeFlags usage of a dict argument.
110
93
111
-
112
-
113
94
DEVELOPMENT
114
95
-----------
115
96
@@ -122,3 +103,13 @@ Thanks to the following contributors listed below for their contributions to thi
122
103
.. code-block:: text
123
104
124
105
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