summaryrefslogtreecommitdiff
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2019-04-27 17:54:17 -0400
committerGitHub <noreply@github.com>2019-04-27 17:54:17 -0400
commitfdea3fb50bc90bcf8500bcb7321a3d25d2023177 (patch)
treeac4775eeecf84eb5348014e9cd5d22c59635b967 /src/CHANGES.txt
parent19a1b88895f49014cb5a9079a85887c8bb80a20d (diff)
parentf092bd74ea33331d42bc73ee8b39c9b726baf8ad (diff)
downloadscons-git-fdea3fb50bc90bcf8500bcb7321a3d25d2023177.tar.gz
Merge pull request #3359 from bdbaddog/fortran_issue_3135
Fix Issue #3135 - Type Bound procedures in Fortran submodules
Diffstat (limited to 'src/CHANGES.txt')
-rwxr-xr-xsrc/CHANGES.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 31531a1c0..8295c8cb3 100755
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -7,6 +7,10 @@
RELEASE VERSION/DATE TO BE FILLED IN LATER
+ From Peter Diener:
+ - Additional fix to issue #3135 - Also handle 'pure' and 'elemental' type bound procedures
+ - Fix issue #3135 - Handle Fortran submodules and type bound procedures
+
From William Deegan:
- Fix spurious rebuilds on second build for cases where builder has > 1 target and the source file
is generated. This was causing the > 1th target to not have it's implicit list cleared when the source
@@ -62,7 +66,7 @@ RELEASE 3.0.5 - Mon, 26 Mar 2019 15:04:42 -0700
From Maciej Kumorek:
- Update the MSVC tool to include the nologo flag by default in RCFLAGS
- From Daniel Moody:
+From Daniel Moody:
- Change the default for AppendENVPath to delete_existing=0, so path
order will not be changed, unless explicitly set (Issue #3276)
- Fixed bug which threw error when running SCons on windows system with no MSVC installed.