From 051a976369969d80acb57a0d3e9058cd7cb3703a Mon Sep 17 00:00:00 2001 From: Piotr Balcer Date: Wed, 16 Sep 2020 11:46:13 +0200 Subject: [PATCH] common: 1.8.1 release --- ChangeLog | 13 +++++++++++++ GIT_VERSION | 1 - README.md | 2 +- VERSION | 1 + 4 files changed, 15 insertions(+), 2 deletions(-) delete mode 100644 GIT_VERSION create mode 100644 VERSION diff --git a/ChangeLog b/ChangeLog index 3305e2abb07..f3d504362c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Wed Sep 16 2020 Piotr Balcer + + * Version 1.8.1 + + Detailed list of bug fixes: + - test: Fix obj_zones for ppc64le + - doc: fix return type of pmemobj_tx_stage() + - common: fix calculation of bad blocks in os_badblocks_get() + - pmem: Fix data cache flush on ppc64 + - obj: fix run allocated recalculation + - obj: fix failure atomicity bug in huge allocs + - obj: add missing drain after ulog processing + Fri Jan 31 2020 Marcin Ĺšlusarz * Version 1.8 diff --git a/GIT_VERSION b/GIT_VERSION deleted file mode 100644 index 6002f22fa25..00000000000 --- a/GIT_VERSION +++ /dev/null @@ -1 +0,0 @@ -$Format:%h$ \ No newline at end of file diff --git a/README.md b/README.md index fc22b540196..8d2d6513f04 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ To build from source, clone this tree: For a stable version, checkout a [release tag](https://github.com/pmem/pmdk/releases) as follows. Otherwise skip this step to build the latest development release. ``` - $ git checkout tags/1.8 + $ git checkout tags/1.8.1 ``` Once the build system is setup, the Persistent Memory Development Kit is built using the `make` command at the top level: diff --git a/VERSION b/VERSION new file mode 100644 index 00000000000..a8fdfda1c78 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +1.8.1