Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
common: 1.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszstolarczuk committed Jun 28, 2021
1 parent 3fc4213 commit 55a64eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.5.2
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
8 changes: 4 additions & 4 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Mon Jun 21 2021 Łukasz Stolarczuk <[email protected]>
Mon Jun 28 2021 Łukasz Stolarczuk <[email protected]>

* 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.
Expand All @@ -11,7 +11,7 @@ Mon Jun 21 2021 Łukasz Stolarczuk <[email protected]>
- 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 <[email protected]>
Expand Down

0 comments on commit 55a64eb

Please sign in to comment.