Skip to content

Commit

Permalink
common: 1.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pbalcer committed Sep 16, 2020
1 parent 49238ac commit 051a976
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Wed Sep 16 2020 Piotr Balcer <[email protected]>

* Version 1.8.1

Detailed list of bug fixes:
- test: Fix obj_zones for ppc64le
- doc: fix return type of pmemobj_tx_stage()
- common: fix calculation of bad blocks in os_badblocks_get()
- pmem: Fix data cache flush on ppc64
- obj: fix run allocated recalculation
- obj: fix failure atomicity bug in huge allocs
- obj: add missing drain after ulog processing

Fri Jan 31 2020 Marcin Ślusarz <[email protected]>

* Version 1.8
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 @@ -165,7 +165,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.8
$ git checkout tags/1.8.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.8.1

0 comments on commit 051a976

Please sign in to comment.