diff options
author | William Deegan <bill@baddogconsulting.com> | 2019-01-23 17:45:40 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2019-01-23 17:45:40 (GMT) |
commit | 32646d6a66884e501aaffdf92b7022a543403a0b (patch) | |
tree | 31571e5cb9c65b41f4f86cff108f5f18d616f806 | |
parent | b4c5e82b6422e1b59b5910af298fce43476e274d (diff) | |
download | SCons-32646d6a66884e501aaffdf92b7022a543403a0b.zip SCons-32646d6a66884e501aaffdf92b7022a543403a0b.tar.gz SCons-32646d6a66884e501aaffdf92b7022a543403a0b.tar.bz2 |
restore to development mode
-rwxr-xr-x | ReleaseConfig | 2 | ||||
-rwxr-xr-x | src/Announce.txt | 2 | ||||
-rwxr-xr-x | src/CHANGES.txt | 7 | ||||
-rwxr-xr-x | src/RELEASE.txt | 78 |
4 files changed, 71 insertions, 18 deletions
diff --git a/ReleaseConfig b/ReleaseConfig index 01440ba..32707c7 100755 --- a/ReleaseConfig +++ b/ReleaseConfig @@ -32,7 +32,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 = (3, 0, 4) +version_tuple = (3, 0, 5, 'alpha', 0) # Python versions prior to unsupported_python_version cause a fatal error # when that version is used. Python versions prior to deprecate_python_version diff --git a/src/Announce.txt b/src/Announce.txt index 6558faa..7eb57ae 100755 --- a/src/Announce.txt +++ b/src/Announce.txt @@ -18,7 +18,7 @@ So that everyone using SCons can help each other learn how to use it more effectively, please go to http://scons.org/lists.html#users to sign up for the scons-users mailing list. -RELEASE 3.0.4 - Mon, 20 Jan 2019 22:49:27 +0000 +RELEASE VERSION/DATE TO BE FILLED IN LATER Please consult the RELEASE.txt file for a summary of changes since the last release and consult the CHANGES.txt file for complete a list of changes diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 43a7725..9c7e3b1 100755 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -5,6 +5,13 @@ Change Log +RELEASE VERSION/DATE TO BE FILLED IN LATER + + From John Doe: + + - Whatever John Doe did. + + RELEASE 3.0.4 - Mon, 20 Jan 2019 22:49:27 +0000 From Mats Wichmann: diff --git a/src/RELEASE.txt b/src/RELEASE.txt index 97401cb..28376a6 100755 --- a/src/RELEASE.txt +++ b/src/RELEASE.txt @@ -1,27 +1,73 @@ - A new SCons release, 3.0.4, is now available + A new SCons checkpoint release, 3.0.5.alpha.yyyymmdd, is now available on the SCons download page: - http://www.scons.org/download.php - Or via pypi: - pip install scons + https://scons.org/pages/download.html - Here is a summary of the changes since 3.0.3: + 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: NEW FUNCTIONALITY - - Added TEMPFILESUFFIX to allow user to specify suffix for tempfiles used for long command lines - - Initial support for ARM architectures with Microsoft Visual Studio 2017. You must set TARGET_ARCH - to arm or arm64 to enable. + - List new features (presumably why a checkpoint is being released) + + DEPRECATED FUNCTIONALITY + + - List anything that's been deprecated since the last release + + CHANGED/ENHANCED EXISTING FUNCTIONALITY + + - List modifications to existing features, where the previous behavior + wouldn't actually be considered a bug FIXES - - Fixed issue detecting installs of Microsoft Visual Studio 2017 as well as Microsoft build tools 2017. + - List fixes of outright bugs + + 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 + + - List visible changes in the way SCons is developed + Thanks to CURLY, LARRY, and MOE for their contributions to this release. + Contributors are listed alphabetically by their last name. -git shortlog --no-merges -ns 3.0.3..HEAD - 17 Daniel - 10 Mats Wichmann - 4 Daniel Moody - 4 William Deegan - 3 anatoly techtonik - 1 Tobias Herzog +__COPYRIGHT__ +__FILE__ __REVISION__ __DATE__ __DEVELOPER__ |