From c47fd17daaeee3ab475d87aad70bcf751bb189ef Mon Sep 17 00:00:00 2001 From: Piotr Balcer <piotr.balcer@intel.com> Date: Wed, 16 Sep 2020 11:56:33 +0200 Subject: [PATCH] common: 1.9.1 release --- ChangeLog | 11 +++++++++++ GIT_VERSION | 1 - README.md | 2 +- VERSION | 1 + 4 files changed, 13 insertions(+), 2 deletions(-) delete mode 100644 GIT_VERSION create mode 100644 VERSION diff --git a/ChangeLog b/ChangeLog index 9c5db9396..2d3fe7674 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Wed Sep 16 2020 Piotr Balcer <piotr.balcer@intel.com> + + * Version 1.9.1 + + Detailed list of bug fixes: + - common: fix LIBFABRIC flags + - common: Add runtime SDS check and disable + - pool: disable SDS check if not supported + - obj: fix failure atomicity bug in huge allocs + - obj: add missing drain after ulog processing + Fri Jul 3 2020 Piotr Balcer <piotr.balcer@intel.com> * Version 1.9 diff --git a/GIT_VERSION b/GIT_VERSION deleted file mode 100644 index 6002f22fa..000000000 --- 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 4ff16896e..b1ad7cb33 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,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.9 + $ git checkout tags/1.9.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 000000000..9ab8337f3 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +1.9.1 -- GitLab