From 02dd8b85989470686a147b5e0e999e5a13b725fc Mon Sep 17 00:00:00 2001 From: Piotr Balcer Date: Wed, 16 Sep 2020 10:43:11 +0200 Subject: [PATCH] common: 1.7.1 release --- ChangeLog | 20 ++++++++++++++++++++ GIT_VERSION | 1 - README.md | 2 +- VERSION | 1 + 4 files changed, 22 insertions(+), 2 deletions(-) delete mode 100644 GIT_VERSION create mode 100644 VERSION diff --git a/ChangeLog b/ChangeLog index d950d421b5b..3d50cafa6fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +Mond Sep 28 2020 Piotr Balcer + + Detailed list of bug fixes: + - os_posix: Use __FreeBSD__ to control secure_getenv definition + - obj: fix pmemcheck marker in pmemobj_tx_wcsdup + - common: fix manpage section references in comments and text files + - doc: fix formatting of pmreorder man page + - obj: fix transient redo log of more than 64 entries + - obj: fix unintended recursive locking during palloc + - pool: fix possible memory leak + - obj: fix potential NULL-dereference in ulog_store + - pmem: fix pmemcheck support on platforms with eADR + - obj: fix lock release order in palloc publish + - doc: fix make uninstall for man page links + - obj: fix zone size calculations + - doc: fix return type of pmemobj_tx_stage() + - common: fix calculation of bad blocks in os_badblocks_get() + - obj: fix failure atomicity bug in huge allocs + - obj: add missing drain after ulog processing + Mon Sep 30 2019 Marcin Ĺšlusarz * Version 1.7 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 9f972b8a8fd..f2a98b40c61 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,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.7 + $ git checkout tags/1.7.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..943f9cbc4ec --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +1.7.1