This repository has been archived by the owner on Mar 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3fc4213
commit 55a64eb
Showing
3 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1.5.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Mon Jun 21 2021 Łukasz Stolarczuk <[email protected]> | ||
Mon Jun 28 2021 Łukasz Stolarczuk <[email protected]> | ||
|
||
* Version 1.5.2-rc1 | ||
* Version 1.5.2 | ||
|
||
This release fixes minor bugs and typos. | ||
This release fixes minor bugs. | ||
|
||
This is the last patch release for libpmemobj-cpp 1.5 version. | ||
Maintenance of this version is no longer supported. | ||
|
@@ -11,7 +11,7 @@ Mon Jun 21 2021 Łukasz Stolarczuk <[email protected]> | |
- operator[] for contiguous_iterator takes signed integral instead of | ||
unsigned | ||
- throw an exception when pmemobj_mutex_unlock fail | ||
- fix crash when previous transaction failed to start because of | ||
- fix crash when a previous transaction failed to start because of | ||
already taken lock. | ||
|
||
Tue Feb 19 2019 Marcin Ślusarz <[email protected]> | ||
|