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 15
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
1 changed file
with
20 additions
and
17 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,20 +1,23 @@ | ||
Thu Aug 11 2022 Łukasz Plewa <[email protected]> | ||
|
||
* Version 0.2.0-rc1 | ||
|
||
common: use correct atomics in ringbuf | ||
common: fix use-after-free in membuf in mt scenarios | ||
common: replace improper 'RPMA' in man pages with 'MINIASYNC' | ||
doc: add async property to documentation | ||
doc: update async property documentation | ||
doc: update code styling to properly appear in manpage | ||
masync: drop unused #ifdefs that block portability | ||
masync: add hashmap example | ||
masync: add flush operation for DML data mover | ||
masync: add flag indicating that future is async | ||
masync: add destination_readback flag to persistent memory writes | ||
masync: add macro to check if chain entry was initialized | ||
|
||
Thu Aug 25 2022 Łukasz Plewa <[email protected]> | ||
|
||
* Version 0.2.0 | ||
|
||
This release: | ||
- Adjust DML data mover to changes in | ||
DSA standard to ensure data persistency. | ||
- Adds flush operation to VDM and DML data mover. | ||
|
||
Other changes and notable bug fixes: | ||
- common: use correct atomics in ringbuf | ||
- common: fix use-after-free in membuf in mt scenarios | ||
- common: replace improper 'RPMA' in man pages with 'MINIASYNC' | ||
- doc: add async property to documentation | ||
- doc: update async property documentation | ||
- doc: update code styling to properly appear in manpage | ||
- masync: drop unused #ifdefs that block portability | ||
- masync: add hashmap example | ||
- masync: add flag indicating that future is async | ||
- masync: add macro to check if chain entry was initialized | ||
|
||
Fri May 20 2022 Weronika Lewandowska <[email protected]> | ||
|
||
|