From 598742cd37a9ce55df3f249bd5e764e923a70484 Mon Sep 17 00:00:00 2001 From: Piotr Balcer Date: Thu, 15 Oct 2020 13:09:56 +0200 Subject: [PATCH] common: 1.10-rc1 release --- ChangeLog | 14 ++++++++++++++ GIT_VERSION | 1 - README.md | 2 +- VERSION | 1 + 4 files changed, 16 insertions(+), 2 deletions(-) delete mode 100644 GIT_VERSION create mode 100644 VERSION diff --git a/ChangeLog b/ChangeLog index 2d3fe76740b..6fdce8e8e74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Wed Oct 15 2020 Piotr Balcer + + * Version 1.10 + + This release introduces a new stable PMDK library, libpmem2, which + is the next major release of libpmem. + This library has an entirely new, but familiar, API that addresses many + shortcomings of the previous version, while retaining all of its + functionality. To learn more, see https://pmem.io/pmdk/libpmem2/ or + libpmem2(7). + The old library, libpmem, is still going to be maintained for the + foreseeable future, but we'd like to encourage any new applications to + leverage libpmem2. + Wed Sep 16 2020 Piotr Balcer * Version 1.9.1 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 91938019c90..fcbaea83d49 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,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.10 ``` 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..ed03fc71665 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +1.10-rc1