Skip to content
Snippets Groups Projects
Commit 598742cd authored by Piotr Balcer's avatar Piotr Balcer
Browse files

common: 1.10-rc1 release

parent 18c49397
No related branches found
Tags 1.10-rc1
No related merge requests found
Wed Oct 15 2020 Piotr Balcer <piotr.balcer@intel.com>
* 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 <piotr.balcer@intel.com>
* Version 1.9.1
......
$Format:%h$
\ No newline at end of file
......@@ -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:
......
1.10-rc1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment