From 271f5b7fb95a910ca1bf8a2a1bc2b27b206f991a Mon Sep 17 00:00:00 2001 From: Piotr Balcer <piotr.balcer@intel.com> Date: Wed, 28 Oct 2020 15:08:10 +0100 Subject: [PATCH] common: 1.9.2 release --- ChangeLog | 8 ++++++++ GIT_VERSION | 1 - README.md | 2 +- VERSION | 1 + 4 files changed, 10 insertions(+), 2 deletions(-) delete mode 100644 GIT_VERSION create mode 100644 VERSION diff --git a/ChangeLog b/ChangeLog index 2d3fe7674..b95071c72 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Wed Oct 28 2020 Piotr Balcer <piotr.balcer@intel.com> + + * Version 1.9.2 + + This release reverts an incorrect change in SDS handling + "pool: disable SDS check if not supported", and introduces + a proper fix for the issues that patch attempted to correct. + Wed Sep 16 2020 Piotr Balcer <piotr.balcer@intel.com> * Version 1.9.1 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 b1ad7cb33..7349c1bbd 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.1 + $ git checkout tags/1.9.2 ``` 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..8fdcf3869 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +1.9.2 -- GitLab