This repository was archived by the owner on Mar 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathChangeLog
More file actions
42 lines (31 loc) · 1.38 KB
/
ChangeLog
File metadata and controls
42 lines (31 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Mon Aug 29 2022 Łukasz Plewa <lukasz.plewa@intel.com>
* Version 0.2.1
This release bumps the library version to the correct value.
Thu Aug 25 2022 Łukasz Plewa <lukasz.plewa@intel.com>
* 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 <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
- working build system based on GHA
- functional test cases