Skip to content

Commit

Permalink
common: 1.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pbalcer committed Sep 16, 2020
1 parent bebbe8a commit 02dd8b8
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
Mond Sep 28 2020 Piotr Balcer <piotr.balcer@intel.com>

Detailed list of bug fixes:
- os_posix: Use __FreeBSD__ to control secure_getenv definition
- obj: fix pmemcheck marker in pmemobj_tx_wcsdup
- common: fix manpage section references in comments and text files
- doc: fix formatting of pmreorder man page
- obj: fix transient redo log of more than 64 entries
- obj: fix unintended recursive locking during palloc
- pool: fix possible memory leak
- obj: fix potential NULL-dereference in ulog_store
- pmem: fix pmemcheck support on platforms with eADR
- obj: fix lock release order in palloc publish
- doc: fix make uninstall for man page links
- obj: fix zone size calculations
- doc: fix return type of pmemobj_tx_stage()
- common: fix calculation of bad blocks in os_badblocks_get()
- obj: fix failure atomicity bug in huge allocs
- obj: add missing drain after ulog processing

Mon Sep 30 2019 Marcin Ślusarz <marcin.slusarz@intel.com>

* Version 1.7
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 @@ -164,7 +164,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.7
$ git checkout tags/1.7.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.7.1

0 comments on commit 02dd8b8

Please sign in to comment.