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.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinslusarz committed Feb 19, 2019
1 parent df69700 commit fb0c805
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.1-rc4
1.5.1
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 1)
set(VERSION_PRERELEASE rc4)
#set(VERSION_PRERELEASE rc1)

set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR})
if (VERSION_PATCH GREATER 0)
Expand Down
5 changes: 2 additions & 3 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
Fri Feb 15 2018 Marcin Ślusarz <[email protected]>
Tue Feb 19 2018 Marcin Ślusarz <[email protected]>

* Version 1.5.1-rc4
* Version 1.5.1

This release fixes minor bugs and improves documentation.

Notable changes:
- Fix v swap, assignment operators and constructors
- Change conversion operator from T() to T&() in v<>
- persistent_ptr: add unsigned index operator
- Fix range_snapshotting initialization in array.hpp.
- Fix range_snapshotting_iterator bahaviour for snapshot_size == 0.

Expand Down

0 comments on commit fb0c805

Please sign in to comment.