summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2021-11-16 18:58:05 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2021-11-16 18:58:05 (GMT)
commitbd95191987b26f67f85d15124d2817f97c679a73 (patch)
tree4277d5f6cfa85b7de3c67aad47775f1f9248f253
parent6ef89cb024b01eee7debce6efb856437dd4e4372 (diff)
downloadSCons-bd95191987b26f67f85d15124d2817f97c679a73.zip
SCons-bd95191987b26f67f85d15124d2817f97c679a73.tar.gz
SCons-bd95191987b26f67f85d15124d2817f97c679a73.tar.bz2
updated CHANGES.txt and RELEASE.txt for release
-rwxr-xr-xCHANGES.txt2
-rwxr-xr-xRELEASE.txt33
-rw-r--r--SConstruct2
-rw-r--r--doc/generated/examples/caching_ex-random_1.xml2
4 files changed, 14 insertions, 25 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 2f5c5c2..8cab65f 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,7 +7,7 @@
NOTE: The 4.0.0 Release of SCons dropped Python 2.7 Support
NOTE: The 4.2.0 Release of SCons will deprecate Python 3.5 Support. Python 3.5 support will be dropped in the next major release.
-RELEASE VERSION/DATE TO BE FILLED IN LATER
+RELEASE 4.3.0 - Tue, 16 Nov 2021 18:12:46 -0700
From Jacob Cassagnol:
- Default hash algorithm check updated for SCons FIPS compliance. Now checks for hash viability
diff --git a/RELEASE.txt b/RELEASE.txt
index 62f87fb..0d18ae2 100755
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -1,4 +1,4 @@
-A new SCons release, 4.2.0, is now available
+A new SCons release, 4.3.0, is now available
on the SCons download page:
https://scons.org/pages/download.html
@@ -56,26 +56,6 @@ FIXES
build.ninja you would end up with no build.ninja file and have to rerun scons from scratch.
Code contributed by MongoDB.
-
-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
-----------
@@ -87,4 +67,13 @@ 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.2.0..HEAD
+ 47 Mats Wichmann
+ 46 William Deegan
+ 14 Jacob Cassagnol
+ 11 Daniel Moody
+ 8 Ryan Egesdahl
+ 5 Joseph Brill
+ 4 Omar Polo
+ 2 Brian Quistorff
+ 1 Aaron Franke \ No newline at end of file
diff --git a/SConstruct b/SConstruct
index cf69749..9953896 100644
--- a/SConstruct
+++ b/SConstruct
@@ -38,7 +38,7 @@ month_year = strftime('%B %Y')
project = 'scons'
-default_version = '4.2.0'
+default_version = '4.3.0'
copyright = "Copyright (c) %s The SCons Foundation" % copyright_years
#
diff --git a/doc/generated/examples/caching_ex-random_1.xml b/doc/generated/examples/caching_ex-random_1.xml
index 13e4b8d..814712b 100644
--- a/doc/generated/examples/caching_ex-random_1.xml
+++ b/doc/generated/examples/caching_ex-random_1.xml
@@ -1,8 +1,8 @@
<screen xmlns="http://www.scons.org/dbxsd/v1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 http://www.scons.org/dbxsd/v1.0/scons.xsd">% <userinput>scons -Q</userinput>
cc -o f4.o -c f4.c
+cc -o f3.o -c f3.c
cc -o f5.o -c f5.c
cc -o f2.o -c f2.c
cc -o f1.o -c f1.c
-cc -o f3.o -c f3.c
cc -o prog f1.o f2.o f3.o f4.o f5.o
</screen>