From dc09dfc4d51ab9cc43d7886b42c061c99d24f393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Simonis?= Date: Tue, 18 May 2021 09:39:21 +0200 Subject: [PATCH] Bump version to 2.2.1 --- CHANGELOG.md | 6 ++++++ CMakeLists.txt | 2 +- docs/changelog/1015.md | 2 -- docs/changelog/1022.md | 1 - tools/releasing/packaging/debian/changelog | 6 ++++++ 5 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 docs/changelog/1015.md delete mode 100644 docs/changelog/1022.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 95c751d3a7..bf3fcea762 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. For future plans, see our [Roadmap](https://www.precice.org/fundamentals-roadmap.html). +## 2.2.1 + +- Fixed a bug leading to a freeze when using `sync-mode` with lazy indexing. +- Fixed empty received partitions for filtering on slaves. +- Fixed gather-scatter communication deadlock with empty master ranks. + ## 2.2.0 - Added a file sink to the test runner, which additionally writes the test log output to the file `test.log`. diff --git a/CMakeLists.txt b/CMakeLists.txt index c026efc240..9974a1b032 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.10.2) -project(preCICE VERSION 2.2.0 LANGUAGES CXX) +project(preCICE VERSION 2.2.1 LANGUAGES CXX) set(preCICE_SOVERSION ${preCICE_VERSION_MAJOR}) # diff --git a/docs/changelog/1015.md b/docs/changelog/1015.md deleted file mode 100644 index 281d0cca89..0000000000 --- a/docs/changelog/1015.md +++ /dev/null @@ -1,2 +0,0 @@ -- Fixed gather-scatter communication deadlock with empty master ranks -- Fixed empty received partitions for filtering on slaves diff --git a/docs/changelog/1022.md b/docs/changelog/1022.md deleted file mode 100644 index ff5dbdb05a..0000000000 --- a/docs/changelog/1022.md +++ /dev/null @@ -1 +0,0 @@ -- Fixed a bug leading to a freeze when using `sync-mode` with lazy indexing. diff --git a/tools/releasing/packaging/debian/changelog b/tools/releasing/packaging/debian/changelog index 7d6163797d..35309163aa 100644 --- a/tools/releasing/packaging/debian/changelog +++ b/tools/releasing/packaging/debian/changelog @@ -51,3 +51,9 @@ libprecice2 (2.2.0) experimental; urgency=low * New upstream release 2.2.0 -- the preCICE developers Mon, 18 Jan 2021 21:44:05 +0100 + +libprecice2 (2.2.1) experimental; urgency=low + + * New upstream release 2.2.1 + + -- the preCICE developers Tue, 18 May 2021 09:37:04 +0200