Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
masync: 0.2.0-rc2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lplewa committed Aug 11, 2022
1 parent 76ba3a1 commit 1c6ba8d
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,13 +1,31 @@
Thu Aug 11 2022 Łukasz Plewa <Lukasz.Plewa@intel.com>

* 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


Fri May 20 2022 Weronika Lewandowska <weronika.lewandowska@intel.com>

* Version 0.1.0

This is the first official release of the miniasync library.

The library provides the API for asynchronous memory operations
through the use of features and runtime mechanisms and independence
in terms of hardware by implementing a virtual data mover.

This release also contains:
- documentation on the implemented functionality
- basic examples
Expand Down

0 comments on commit 1c6ba8d

Please sign in to comment.