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

Commit 5e2aabc

Browse files
common: 1.6.1-rc1 release
1 parent 400005b commit 5e2aabc

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.version

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

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ project(libpmemobj-cpp C CXX)
3434

3535
set(VERSION_MAJOR 1)
3636
set(VERSION_MINOR 6)
37-
set(VERSION_PATCH 0)
38-
#set(VERSION_PRERELEASE rc1)
37+
set(VERSION_PATCH 1)
38+
set(VERSION_PRERELEASE rc1)
3939

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

ChangeLog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
Fri Jul 02 2021 Łukasz Stolarczuk <[email protected]>
2+
3+
* Version 1.6.1-rc1
4+
5+
This release fixes minor bugs.
6+
7+
This is the last patch release for libpmemobj-cpp 1.6 version.
8+
Maintenance of this version is no longer supported.
9+
10+
Notable changes:
11+
- string: fix max_size() return value
12+
- allocation_flag: mark constructor as explicit
13+
- peristent_ptr: change ptr_offset_magic to be properly aligned
14+
- fix few headers' includes
15+
116
Mon Jun 28 2021 Łukasz Stolarczuk <[email protected]>
217

318
* Version 1.5.2

0 commit comments

Comments
 (0)