From 55a64eb6afe5b2b94357d451c0a9c760fe3b9bca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Stolarczuk?= Date: Mon, 28 Jun 2021 10:33:52 +0200 Subject: [PATCH] common: 1.5.2 release --- .version | 1 + CMakeLists.txt | 2 +- ChangeLog | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 .version diff --git a/.version b/.version new file mode 100644 index 0000000000..4cda8f19ed --- /dev/null +++ b/.version @@ -0,0 +1 @@ +1.5.2 diff --git a/CMakeLists.txt b/CMakeLists.txt index 11ae338a83..2dea3dfd8f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ project(libpmemobj-cpp C CXX) set(VERSION_MAJOR 1) set(VERSION_MINOR 5) set(VERSION_PATCH 2) -set(VERSION_PRERELEASE rc1) +# set(VERSION_PRERELEASE rc1) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}) if (VERSION_PATCH GREATER 0) diff --git a/ChangeLog b/ChangeLog index 06438e9d04..afbc1b8545 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,8 @@ -Mon Jun 21 2021 Łukasz Stolarczuk +Mon Jun 28 2021 Łukasz Stolarczuk - * Version 1.5.2-rc1 + * Version 1.5.2 - This release fixes minor bugs and typos. + This release fixes minor bugs. This is the last patch release for libpmemobj-cpp 1.5 version. Maintenance of this version is no longer supported. @@ -11,7 +11,7 @@ Mon Jun 21 2021 Łukasz Stolarczuk - operator[] for contiguous_iterator takes signed integral instead of unsigned - throw an exception when pmemobj_mutex_unlock fail - - fix crash when previous transaction failed to start because of + - fix crash when a previous transaction failed to start because of already taken lock. Tue Feb 19 2019 Marcin Ślusarz