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

Commit

Permalink
common: 1.11.1-rc1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszstolarczuk committed Sep 2, 2022
1 parent 13439da commit a9af8e3
Show file tree
Hide file tree
Showing 3 changed files with 19 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.11.1-rc1
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ project(libpmemobj-cpp C CXX)

set(VERSION_MAJOR 1)
set(VERSION_MINOR 11)
set(VERSION_PATCH 0)
#set(VERSION_PRERELEASE rc3)
set(VERSION_PATCH 1)
set(VERSION_PRERELEASE rc1)

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

* Version 1.11.1-rc1

This release fixes minor bugs.

Notable changes:
- radix_tree: fix assing_val
- radix_tree: fix internal find
- radix_tree: fix try_emplace implementation
- radix_tree: fix use after free
- string_view: add assert for operator[]
- self_relative_ptr: fix UB when adding non-zero offset to possibly null pointer
- tests: fix radix_tx_abort test
- tests: link atomic to all tests

Mon Aug 29 2022 Łukasz Stolarczuk <lukasz.stolarczuk@intel.com>

* Version 1.10.1
Expand Down

0 comments on commit a9af8e3

Please sign in to comment.