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

Commit 55a64eb

Browse files
common: 1.5.2 release
1 parent 3fc4213 commit 55a64eb

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.5.2

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ project(libpmemobj-cpp C CXX)
3535
set(VERSION_MAJOR 1)
3636
set(VERSION_MINOR 5)
3737
set(VERSION_PATCH 2)
38-
set(VERSION_PRERELEASE rc1)
38+
# set(VERSION_PRERELEASE rc1)
3939

4040
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR})
4141
if (VERSION_PATCH GREATER 0)

ChangeLog

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
Mon Jun 21 2021 Łukasz Stolarczuk <[email protected]>
1+
Mon Jun 28 2021 Łukasz Stolarczuk <[email protected]>
22

3-
* Version 1.5.2-rc1
3+
* Version 1.5.2
44

5-
This release fixes minor bugs and typos.
5+
This release fixes minor bugs.
66

77
This is the last patch release for libpmemobj-cpp 1.5 version.
88
Maintenance of this version is no longer supported.
@@ -11,7 +11,7 @@ Mon Jun 21 2021 Łukasz Stolarczuk <[email protected]>
1111
- operator[] for contiguous_iterator takes signed integral instead of
1212
unsigned
1313
- throw an exception when pmemobj_mutex_unlock fail
14-
- fix crash when previous transaction failed to start because of
14+
- fix crash when a previous transaction failed to start because of
1515
already taken lock.
1616

1717
Tue Feb 19 2019 Marcin Ślusarz <[email protected]>

0 commit comments

Comments
 (0)