summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/CHANGES.txt3
-rwxr-xr-xsrc/RELEASE.txt33
2 files changed, 8 insertions, 28 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index efe5464..6b7c014 100755
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -32,6 +32,9 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
- Purge obsolete internal build and tooling scripts
- Resolve Issue #3451 and Issue #3450 - Rewrite SCons setup.py and packaging. Move script logic to entry points so
package can create scripts which use the correct version of Python.
+ - Resolve Issue #3248 - Removing '-Wl,-Bsymbolic' from SHLIBVERSIONFLAGS
+ NOTE: If your build depends on the above you must now add to your SHLIBVERSIONFLAGS
+
From Jeremy Elson:
- Updated design doc to use the correct syntax for Depends()
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