diff --git a/ChangeLog b/ChangeLog index b95071c722bd2b904acbd518c4c1f6ee7d5e82c1..f122cd85414e1e797359a7ee3da937446bd48b93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +Thu Sep 09 2021 Åukasz Plewa <lukasz.plewa@intel.com> + + * Version 1.9.3-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: + - common: fix missing sfence in non-temporal memcpy + - common: fix mismatched function args + - common: fix a mismatch between prototype and body + - common: the yearly spellchecker run + - common: force no LTO for rpm build + - rpmem: Fix RPMEM_RAW_BUFF_SIZE and LANE_ALIGN_SIZE for powerpc64le + Wed Oct 28 2020 Piotr Balcer <piotr.balcer@intel.com> * Version 1.9.2 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..35094b592be7f5804cadd0a3a29c33ae3c23c335 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +1.9.3-rc1