From b98675ad172677973ec9ea941979fab462813409 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Plewa?= Date: Thu, 25 Aug 2022 16:21:02 +0200 Subject: [PATCH] common: 0.2.0 release --- ChangeLog | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3ddd273..c235711 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,20 +1,23 @@ -Thu Aug 11 2022 Łukasz Plewa - - * 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 + + * 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