Skip to content

Commit

Permalink
common: 1.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pbalcer committed Jul 3, 2020
1 parent 5f93056 commit 1926ffb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Fri Jun 19 2020 Piotr Balcer <[email protected]>
Fri Jul 3 2020 Piotr Balcer <[email protected]>

* Version 1.9-rc1
* Version 1.9

This release:
- Switches the default instruction set for memcpy, memmove and memset
Expand All @@ -14,6 +14,7 @@ Fri Jun 19 2020 Piotr Balcer <[email protected]>
transactions.
- Improves performance of pool creation on Windows by avoiding expensive
physical page allocation during file allocation.
- Stabilizes support for ppc64.

Other changes:
- pmem: mem[cpy|set] optimization when eADR is available
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.8
$ git checkout tags/1.9
```

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

0 comments on commit 1926ffb

Please sign in to comment.