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

Commit

Permalink
common: 1.6.1-rc1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszstolarczuk committed Jul 2, 2021
1 parent 400005b commit 5e2aabc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
1 change: 1 addition & 0 deletions .version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.6.1-rc1
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ project(libpmemobj-cpp C CXX)

set(VERSION_MAJOR 1)
set(VERSION_MINOR 6)
set(VERSION_PATCH 0)
#set(VERSION_PRERELEASE rc1)
set(VERSION_PATCH 1)
set(VERSION_PRERELEASE rc1)

set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR})
if (VERSION_PATCH GREATER 0)
Expand Down
15 changes: 15 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Fri Jul 02 2021 Łukasz Stolarczuk <lukasz.stolarczuk@intel.com>

* Version 1.6.1-rc1

This release fixes minor bugs.

This is the last patch release for libpmemobj-cpp 1.6 version.
Maintenance of this version is no longer supported.

Notable changes:
- string: fix max_size() return value
- allocation_flag: mark constructor as explicit
- peristent_ptr: change ptr_offset_magic to be properly aligned
- fix few headers' includes

Mon Jun 28 2021 Łukasz Stolarczuk <lukasz.stolarczuk@intel.com>

* Version 1.5.2
Expand Down

0 comments on commit 5e2aabc

Please sign in to comment.