Skip to content

Commit

Permalink
common: 1.11.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
pbalcer committed Jun 25, 2021
1 parent b5056d7 commit 7333d4d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Wed Jun 8 2021 Piotr Balcer <[email protected]>
Fri 25 8 2021 Piotr Balcer <[email protected]>

* Version 1.11.0

Expand All @@ -13,7 +13,7 @@ Wed Jun 8 2021 Piotr Balcer <[email protected]>
- Introduces a new API in libpmemobj to globally change the method of
assigning arenas to threads. The default is to rely on a OS per-thread
key to store arena information, and this release introduces an option
to have avoid the use of thread-local keys by simply using one global
to avoid the use of thread-local keys by simply using one global
arena for all threads in a pool.

Other changes and notable bug fixes:
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 @@ -178,7 +178,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.11.0-rc1
$ git checkout tags/1.11.0-rc2
```

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.11.0-rc2

0 comments on commit 7333d4d

Please sign in to comment.