From 5529c2f7ce25ed639411a7657bbde7a9d8291199 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Stolarczuk?= Date: Fri, 21 Apr 2023 12:12:21 +0200 Subject: [PATCH] common: 1.13.0-rc1 release --- ChangeLog | 29 +++++++++++++++++++++++++++++ GIT_VERSION | 1 - VERSION | 1 + 3 files changed, 30 insertions(+), 1 deletion(-) delete mode 100644 GIT_VERSION create mode 100644 VERSION diff --git a/ChangeLog b/ChangeLog index d0f43948ec8..02a444ef8bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +Fri Apr 21 2023 Łukasz Stolarczuk + + * 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 * Version 1.12.1 diff --git a/GIT_VERSION b/GIT_VERSION deleted file mode 100644 index 6002f22fa25..00000000000 --- a/GIT_VERSION +++ /dev/null @@ -1 +0,0 @@ -$Format:%h$ \ No newline at end of file diff --git a/VERSION b/VERSION new file mode 100644 index 00000000000..e965a7b7e02 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +1.13.0-rc1