From ece98fa8b89cd2c006e88857425a4290b59fbda1 Mon Sep 17 00:00:00 2001 From: rem1776 Date: Mon, 6 Nov 2023 12:59:04 -0500 Subject: [PATCH] update versions and changelog for 2023.02.02 patch --- CHANGELOG.md | 5 +++++ CMakeLists.txt | 2 +- configure.ac | 2 +- libFMS/Makefile.am | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da19293b10..4ddef78c25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project uses `yyyy.rr[.pp]`, where `yyyy` is the year a patch is releas `rr` is a sequential release number (starting from `01`), and an optional two-digit sequential patch number (starting from `01`). +## [2023.02.02] - 2023-11-06 +### Fixed +- FMS2_IO: Fixes seg fault errors occuring in mpp_gather and scatter routines when using GNU compilers and O2 optimization flags. + + ## [2023.02.01] - 2023-10-13 ### Fixed - DIAG_MANAGER: Fixes issue with incorrect start_time functionality diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f6046fc01..b651876760 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ set(CMAKE_Fortran_FLAGS_DEBUG) # Define the CMake project project(FMS - VERSION 2023.02.01 + VERSION 2023.02.02 DESCRIPTION "GFDL FMS Library" HOMEPAGE_URL "https://www.gfdl.noaa.gov/fms" LANGUAGES C Fortran) diff --git a/configure.ac b/configure.ac index 1d5803a2e5..f5345d8cf6 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ AC_PREREQ([2.69]) # Initialize with name, version, and support email address. AC_INIT([GFDL FMS Library], - [2023.02.01], + [2023.02.02], [gfdl.climate.model.info@noaa.gov], [FMS], [https://www.github.com/NOAA-GFDL/FMS]) diff --git a/libFMS/Makefile.am b/libFMS/Makefile.am index b75f6817b6..518362467b 100644 --- a/libFMS/Makefile.am +++ b/libFMS/Makefile.am @@ -28,7 +28,7 @@ lib_LTLIBRARIES = libFMS.la # These linker flags specify libtool version info. # See http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning # for information regarding incrementing `-version-info`. -libFMS_la_LDFLAGS = -version-info 16:1:0 +libFMS_la_LDFLAGS = -version-info 16:2:0 # Add the convenience libraries to the FMS library. libFMS_la_LIBADD = $(top_builddir)/platform/libplatform.la