-
Notifications
You must be signed in to change notification settings - Fork 510
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
Showing
4 changed files
with
15 additions
and
2 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 |
---|---|---|
@@ -1,3 +1,16 @@ | ||
Wed Sep 16 2020 Piotr Balcer <[email protected]> | ||
|
||
* Version 1.8.1 | ||
|
||
Detailed list of bug fixes: | ||
- test: Fix obj_zones for ppc64le | ||
- doc: fix return type of pmemobj_tx_stage() | ||
- common: fix calculation of bad blocks in os_badblocks_get() | ||
- pmem: Fix data cache flush on ppc64 | ||
- obj: fix run allocated recalculation | ||
- obj: fix failure atomicity bug in huge allocs | ||
- obj: add missing drain after ulog processing | ||
|
||
Fri Jan 31 2020 Marcin Ślusarz <[email protected]> | ||
|
||
* Version 1.8 | ||
|
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
1.8.1 |