From 7333d4d4730b5624f8ba3981c2ae730a6293f63d Mon Sep 17 00:00:00 2001 From: Piotr Balcer Date: Fri, 25 Jun 2021 14:22:01 +0200 Subject: [PATCH] common: 1.11.0-rc2 --- ChangeLog | 4 ++-- GIT_VERSION | 1 - README.md | 2 +- VERSION | 1 + 4 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 GIT_VERSION create mode 100644 VERSION diff --git a/ChangeLog b/ChangeLog index 7eb6282c31d..41ebda8befb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Wed Jun 8 2021 Piotr Balcer +Fri 25 8 2021 Piotr Balcer * Version 1.11.0 @@ -13,7 +13,7 @@ Wed Jun 8 2021 Piotr Balcer - Introduces a new API in libpmemobj to globally change the method of assigning arenas to threads. The default is to rely on a OS per-thread key to store arena information, and this release introduces an option - to have avoid the use of thread-local keys by simply using one global + to avoid the use of thread-local keys by simply using one global arena for all threads in a pool. Other changes and notable bug fixes: 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 e9feb25e59f..9a75019981e 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,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.11.0-rc1 + $ git checkout tags/1.11.0-rc2 ``` 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..afa73394c72 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +1.11.0-rc2