Skip to content

Commit

Permalink
updated CHANGES.txt and RELEASE.txt for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbaddog committed Nov 16, 2021
1 parent 6ef89cb commit bd95191
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 25 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
33 changes: 11 additions & 22 deletions RELEASE.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
-----------

Expand All @@ -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
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -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

#
Expand Down
2 changes: 1 addition & 1 deletion doc/generated/examples/caching_ex-random_1.xml
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit bd95191

Please sign in to comment.