diff --git a/ChangeLog b/ChangeLog index 0ab42f4523667cccf4bc9b3b9ce2ccbade5c91d9..1afcee4a5dfb1b508bf245b76bf9e6e6a4a01ad1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,27 @@ Thu Sep 09 2021 Åukasz Plewa <lukasz.plewa@intel.com> + * Version 1.11.1-rc1 + + This release fixes a missing sfence in non-temporal + version of memcpy function + (https://github.com/pmem/pmdk/issues/5292), + and fixes a number of smaller bugs. + + Detailed list of bug fixes: + - doc: remove exprimental moniker from libpmem2(7) + - common: fix missing sfence in non-temporal memcpy + - common: fix a mismatch between prototype and body + - common: the yearly spellchecker run + - common: force no LTO for rpm build + - common: fix mismatched function args + - obj: rename vars clashing with those of a containing block + - pmem2: don't force smaller alignment for fsdax mappings + - pool: don't trample upon users of localtime() + - rpmem: Fix RPMEM_RAW_BUFF_SIZE and LANE_ALIGN_SIZE for powerpc64le + - rpmem: drop a redundant check + +Wed Sep 08 2020 Åukasz Plewa <lukasz.plewa@intel.com> + * Version 1.10.1-rc1 This release fixes a missing sfence in non-temporal diff --git a/GIT_VERSION b/GIT_VERSION deleted file mode 100644 index 6002f22fa25c9e2fcd8f2467681ebd2aa29cb3c6..0000000000000000000000000000000000000000 --- a/GIT_VERSION +++ /dev/null @@ -1 +0,0 @@ -$Format:%h$ \ No newline at end of file diff --git a/VERSION b/VERSION new file mode 100644 index 0000000000000000000000000000000000000000..e5edb24c6ba61698219569f40dc16be94190a89e --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +1.11.1-rc1