-
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
1 parent
5d03cc5
commit ab74050
Showing
3 changed files
with
4 additions
and
3 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,6 +1,6 @@ | ||
Fri Jan 17 2020 Marcin Ślusarz <[email protected]> | ||
Wed Jan 29 2020 Marcin Ślusarz <[email protected]> | ||
|
||
* Version 1.8-rc1 | ||
* Version 1.8-rc2 | ||
|
||
This release: | ||
- Introduces new API in libpmemobj for user-assisted defragmentation | ||
|
@@ -24,6 +24,7 @@ Fri Jan 17 2020 Marcin Ślusarz <[email protected]> | |
- pool: rename -N --no-exec to -d --dry-run | ||
|
||
Notable bug fixes: | ||
- obj: fix zone size calculations | ||
- obj: fix potential NULL-dereference in ulog_store | ||
- obj: fix unintended recursive locking during palloc | ||
- obj: fix lock release order in palloc publish | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1.8-rc2 |