From 349c9ffd0749b9a94272eee25530646d5662bdc8 Mon Sep 17 00:00:00 2001 From: Jan Michalski Date: Tue, 1 Aug 2023 11:50:56 -0400 Subject: [PATCH] common: prepare changelog for the upcoming release Signed-off-by: Jan Michalski --- ChangeLog | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index ab0e64adf5f..a9a3d3b86f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,16 +1,19 @@ * Unreleased * This release: - - removes libpmempool/pmempool tests that use log/blk/btt pool types - - removes log/blk/btt support from (lib)pmempool, pmemspoil and pmemwrite - - removes btt specific test and related btt tests tools - - removes libpmemblk/libpmemlog tests and examples - - removes libpmemblk/libpmemlog source code and documentation - - removes support for Travis bulids - - removes libvmem and libvmmalloc folders - - reorganizes `make cstyle` command handling by addind separate steps - - adds explicit test failure when Valgrind is not installed but required - - ... + - Removes libpmemlog, libpmemblk, btt, and their support in (lib)pmempool + - Removes Windows support + - Removes FreeBSD support + - Removes all pmem2_async operations (experimental) + - Removes PowerPC and ARM architectures (experimental) from regular validation + - Limits PMDK's static builds validation scope + - Removes Fedora and Debian from regular validation + - Adds reference platform provisioning instructions for PMDK testing + - Identifies and temporarily disables tests permanently or sporadically failing in some configurations: + - obj_pmalloc_mt (#5726) + - obj_sync (#5643, #5646, #5699, #5705, #5706, #5727) + - pmem2_vm_reservation (#5707) + - pmempool_sync (#5708) Wed May 31 2023 Oksana Sałyk