From bf167880c7490a054fdc1ab25f0699ff74c54404 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Tue, 19 Jan 2021 10:18:01 -0800 Subject: updates for 4.1.0 release --- RELEASE.txt | 28 ++-------------------------- ReleaseConfig | 9 ++++----- 2 files changed, 6 insertions(+), 31 deletions(-) diff --git a/RELEASE.txt b/RELEASE.txt index 4bac83a..188e639 100755 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -1,33 +1,9 @@ - A new SCons checkpoint release, 2.0.0ayyyymmdd, is now available + A new SCons release, 4.1.0, is now available on the SCons download page: https://scons.org/pages/download.html - XXX The primary purpose of this release ... XXX - - A SCons "checkpoint release" is intended to provide early access to - new features so they can be tested in the field before being released - for adoption by other software distributions. - - Note that a checkpoint release is developed using the same test-driven - development methodology as all SCons releases. Existing SCons - functionality should all work as it does in previous releases (except - for any changes identified in the release notes) and early adopters - should be able to use a checkpoint release safely for production work - with existing SConscript files. If not, it represents not only a bug - in SCons but also a hole in the regression test suite, and we want to - hear about it. - - New features may be more lightly tested than in past releases, - especially as concerns their interaction with all of the other - functionality in SCons. We are especially interested in hearing bug - reports about new functionality. - - We do not recommend that downstream distributions (Debian, Fedora, - etc.) package a checkpoint release, mainly to avoid confusing the - "public" release numbering with the long checkpoint release names. - - Here is a summary of the changes since 1.3.0: + Here is a summary of the changes since 4.0.1: NEW FUNCTIONALITY diff --git a/ReleaseConfig b/ReleaseConfig index b58aad7..ac70455 100755 --- a/ReleaseConfig +++ b/ReleaseConfig @@ -1,5 +1,6 @@ +# MIT License # -# __COPYRIGHT__ +# Copyright The SCons Foundation # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the @@ -20,8 +21,6 @@ # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" - # # After updating this file, run bin/update-release-info.py . # @@ -32,7 +31,7 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" # 'final', the patchlevel is set to the release date. This value is # mandatory and must be present in this file. #version_tuple = (2, 2, 0, 'final', 0) -version_tuple = (4, 0, 2, 'a', 0) +version_tuple = (4, 1, 0) # Python versions prior to unsupported_python_version cause a fatal error # when that version is used. Python versions prior to deprecate_python_version @@ -51,7 +50,7 @@ deprecated_python_version = (3, 4, 0) #month_year = 'December 2012' # If copyright years is not given, the release year is used as the end. -copyright_years = '2001 - 2020' +copyright_years = '2001 - 2021' # Local Variables: # tab-width:4 -- cgit v0.12