diff options
author | William Deegan <bill@baddogconsulting.com> | 2020-04-21 16:42:05 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2020-04-21 16:42:05 (GMT) |
commit | 78e41a171a19f460c064970b7234ccd0df4253e2 (patch) | |
tree | 61c14ce605469970e7802046566c3b260f6972bc /src/RELEASE.txt | |
parent | dba5fb0b1f651b8d4d4b61d7be15a5bee3ca8052 (diff) | |
download | SCons-78e41a171a19f460c064970b7234ccd0df4253e2.zip SCons-78e41a171a19f460c064970b7234ccd0df4253e2.tar.gz SCons-78e41a171a19f460c064970b7234ccd0df4253e2.tar.bz2 |
Added notes to RELEASE.txt and CHANGES.txt for Issue #3248
Diffstat (limited to 'src/RELEASE.txt')
-rwxr-xr-x | src/RELEASE.txt | 33 |
1 files changed, 5 insertions, 28 deletions
diff --git a/src/RELEASE.txt b/src/RELEASE.txt index 825122e..1b21a3b 100755 --- a/src/RELEASE.txt +++ b/src/RELEASE.txt @@ -1,33 +1,9 @@ - A new SCons checkpoint release, 3.1.3.alpha.yyyymmdd, is now available + A new SCons release, 4.0.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 3.1.2: NEW FUNCTIONALITY @@ -39,8 +15,9 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY - - List modifications to existing features, where the previous behavior - wouldn't actually be considered a bug + - Resolve Issue #3248 - Removing '-Wl,-Bsymbolic' from SHLIBVERSIONFLAGS + NOTE: If your build depends on the above you must now add to your SHLIBVERSIONFLAGS + FIXES |