From 81ad0818ca2403412c1a6fc0653305905b2f6136 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Fri, 27 Oct 2023 12:16:44 -0400 Subject: [PATCH] Prepare for 2.42.0 release --- CHANGELOG.md | 18 +++++++++++++----- CMakeLists.txt | 2 +- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 287b7f473ec9..bfada66bd2c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +### Fixed + +### Removed + +### Deprecated + +## [2.42.0] - 2023-10-27 + +### Added + - Various workarounds for building MAPL with MPICH - Non-support for `C_PTR` in `MPI_Alloc_Mem` ((MPICH Issue #6691)[https://github.com/pmodels/mpich/issues/6691]) - Non-support for `ierror` keyword arguments with `use mpi` ((MPICH Issue #6693)[https://github.com/pmodels/mpich/issues/6693]) @@ -16,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Modified fpp macro `_UNUSED_DUMMY(x) to use ASSOCIATE instead of PRINT. With this change it can be used in PURE procedures. +- Modified fpp macro `_UNUSED_DUMMY(x)` to use ASSOCIATE instead of PRINT. With this change it can be used in PURE procedures. - Make error handling in Plain_netCDF_Time consistent with MAPL standard error handling - Extend unit tests for FileSystemUtilities. - Updated handling of NetCDF time values @@ -31,10 +43,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated CI GEOSadas build to use special branch (as stock ADAS at the moment is too far behind GEOSgcm main) - Fix incorrect History print during runtime -### Removed - -### Deprecated - ## [2.41.2] - 2023-10-27 ### Fixed diff --git a/CMakeLists.txt b/CMakeLists.txt index 38dd609089a2..d14733c3bcaf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ endif () project ( MAPL - VERSION 2.41.2 + VERSION 2.42.0 LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF # Set the possible values of build type for cmake-gui