-
Notifications
You must be signed in to change notification settings - Fork 510
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bf7df09
commit 5529c2f
Showing
3 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,32 @@ | ||
Fri Apr 21 2023 Łukasz Stolarczuk <[email protected]> | ||
|
||
* Version 1.13.0-rc1 | ||
|
||
This release: | ||
- Removes (previously deprecated) librpmem. Those interested | ||
in remote persistent memory support should use the rpma library | ||
(https://github.com/pmem/rpma). | ||
- Removes libpmemset - it was an experimental library. | ||
- Sets libpmemblk as deprecated, to be removed in the next release. | ||
- Sets libpmemlog as deprecated, to be removed in the next release. | ||
- Sets btt support as deprecated, to be removed in the next release. | ||
- Sets async as deprecated, to be removed in the next release. | ||
- Sets FreeBSD support as deprecated, to be removed in the next release. | ||
- Sets Windows support as depracated, to be removed in the next release. | ||
|
||
Deprecations and removals are done accordingly to the support strategy | ||
outlined in the blog post: | ||
https://pmem.io/blog/2022/11/update-on-pmdk-and-our-long-term-support-strategy. | ||
|
||
Other changes and notable bug fixes: | ||
- core: handle ENOMEM gracefully during logging (#5515) | ||
- pool: fix dependencies with pmempool (#5521) | ||
- test: add more security checks for pmempool input | ||
- pmreorder: share markers from an application through env variable (#5419) | ||
- examples: fix potential buffer overflow in pmemobjfs example (#5472) | ||
- several fixes to support ppc64le architecture | ||
- several fixes for issues found by Coverity tool | ||
|
||
Tue Aug 25 2022 Łukasz Plewa <[email protected]> | ||
|
||
* Version 1.12.1 | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1.13.0-rc1 |