summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2020-07-16 18:47:11 -0700
committerWilliam Deegan <bill@baddogconsulting.com>2020-07-16 18:47:11 -0700
commit8c1e02801e2e96a44046850201b249674f078d47 (patch)
treef0682021e94641c739928405b9b2e2ab26943927
parentac37a6d405d5aede883f417f26c04833438300fb (diff)
downloadscons-git-8c1e02801e2e96a44046850201b249674f078d47.tar.gz
updated for 4.0.1 release
-rwxr-xr-xCHANGES.txt4
-rwxr-xr-xRELEASE.txt67
-rwxr-xr-xdebian/changelog6
3 files changed, 32 insertions, 45 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 7c189f2f6..7e435c067 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,9 +4,9 @@
Change Log
-NOTE: The 4.0.0 Release of SCons will drops Python 2.7 Support
+NOTE: The 4.0.0 Release of SCons dropped Python 2.7 Support
-RELEASE 4.1.0.devyyyymmdd - Mon, 04 Jul 2020 16:06:40 -0700
+RELEASE 4.0.1 - Thu, 16 Jul 2020 15:04:42 -0700
From Rob Boehne:
- Fix fortran tools to set SHFORTRAN variables to $FORTRAN, similarly SHF77, SHF90, SHF95,
diff --git a/RELEASE.txt b/RELEASE.txt
index 6d6f69edc..1ad2e7ecc 100755
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -1,73 +1,54 @@
- A new SCons checkpoint release, 4.1.0ayyyymmdd, is now available
+ A new SCons checkpoint release, 4.0.1, 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
- - List new features (presumably why a checkpoint is being released)
+ - Added Environment() variable TEMPFILEDIR which allows setting the directory which temp
+ files createdby TEMPFILEMUNGE are created in.
DEPRECATED FUNCTIONALITY
- - List anything that's been deprecated since the last release
+ - N/A
CHANGED/ENHANCED EXISTING FUNCTIONALITY
- - List modifications to existing features, where the previous behavior
- wouldn't actually be considered a bug
+ - N/A
FIXES
- - List fixes of outright bugs
+ - Fix fortran tools to set SHFORTRAN variables to $FORTRAN, similarly SHF77, SHF90, SHF95,
+ SHF03 and SHF08 will default to the variables $F77, $F90, $F95, $F03 and $F08 respectively.
+ If you were depending on changing the value of FORTRAN (or $F[0-9][0-9]) having no effect
+ on the value of SHFORTRAN, this change will break that. The values of FORTRAN, F77, F90,
+ F95, F03, F08 and SHFORTRAN, SHF77 (etc.) now are not overridden in generate if alredy set
+ by the user.
+ - Fix subprocess execution of 'lslpp' on AIX to produce text standard i/o.
+ - Re-do the fix for suncxx tool (Oracle Studio compiler) now that only Python 3 is supported,
+ to avoid decoding errors.
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
+ - N/A
PACKAGING
- - List changes in the way SCons is packaged and/or released
+ - N/A
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)
+ - N/A
DEVELOPMENT
- - List visible changes in the way SCons is developed
+ - N/A
- Thanks to CURLY, LARRY, and MOE for their contributions to this release.
- Contributors are listed alphabetically by their last name.
+ Thanks to the following contributors listed below for their contributions to this release.
-__COPYRIGHT__
-__FILE__ __REVISION__ __DATE__ __DEVELOPER__
+git shortlog --no-merges -ns 4.0.0..HEAD
+ 12 William Deegan
+ 2 Rob Boehne
+ 1 Clemens Tolboom
diff --git a/debian/changelog b/debian/changelog
index 427a55105..d55215039 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+scons (4.0.1) unstable; urgency=low
+
+ * Maintenance Release
+
+ -- William Deegan <bill@baddogconsulting.com> Thu, 16 Jul 2020 15:04:42 -0700
+
scons (4.0.0) unstable; urgency=low
* Maintenance Release