From 0f4a646b932abee39f748a5fe000922f40b008c3 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Tue, 5 Sep 2023 04:34:28 +0000 Subject: =?UTF-8?q?[ci=20skip]=20Added=20CHANGES/RELEASE=20blurbs.=20Attri?= =?UTF-8?q?buted=20to=20Philipp=20Maierh=C3=B6fer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.txt | 5 +++++ RELEASE.txt | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 0757ee7..671530b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -46,6 +46,11 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER - Obsoleted YACCVCGFILESUFFIX, being replaced by YACC_GRAPH_FILE_SUFFIX. If YACC_GRAPH_FILE_SUFFIX is not set, it will respect YACCVCGFILESUFFIX. + From Philipp Maierhöfer: + - Fix gfortran tool initialization. Defaults to using binary named gfortran + as would be expected, and properly set's SHFORTRAN flags to include -fPIC + where previously it was only doing so for the other fortran versions (F77,..) + From Mats Wichmann - C scanner's dictifyCPPDEFINES routine did not understand the possible combinations of CPPDEFINES - not aware of a "name=value" string either diff --git a/RELEASE.txt b/RELEASE.txt index 069ca1d..9c109e3 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -100,6 +100,10 @@ FIXES with the python logging module was refactored to prevent test failure. - MSVS: Add arm64 to the MSVS supported architectures list for VS2017 and later to be consistent with the current documentation of MSVS_ARCH. +- FORTRAN: Fix gfortran tool initialization. Defaults to using binary named gfortran + as would be expected, and properly set's SHFORTRAN flags to include -fPIC + where previously it was only doing so for the other fortran versions (F77,..) + IMPROVEMENTS ------------ -- cgit v0.12