Skip to content

Commit

Permalink
common: 1.9.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pbalcer committed Sep 16, 2020
1 parent 9e6876b commit c47fd17
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Wed Sep 16 2020 Piotr Balcer <piotr.balcer@intel.com>

* Version 1.9.1

Detailed list of bug fixes:
- common: fix LIBFABRIC flags
- common: Add runtime SDS check and disable
- pool: disable SDS check if not supported
- obj: fix failure atomicity bug in huge allocs
- obj: add missing drain after ulog processing

Fri Jul 3 2020 Piotr Balcer <piotr.balcer@intel.com>

* Version 1.9
Expand Down
1 change: 0 additions & 1 deletion GIT_VERSION

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
$ git checkout tags/1.9.1
```

Once the build system is setup, the Persistent Memory Development Kit is built using the `make` command at the top level:
Expand Down
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.9.1

0 comments on commit c47fd17

Please sign in to comment.