From 6f9653b9183b710008b8271e6cc51ea47c2585bd Mon Sep 17 00:00:00 2001 From: Coiby Xu Date: Sun, 24 Apr 2022 09:48:05 +0800 Subject: [PATCH] Release 2.0.24-3 Signed-off-by: Coiby Xu --- kexec-tools.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/kexec-tools.spec b/kexec-tools.spec index 9b8218d..9c6ea8d 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -5,7 +5,7 @@ Name: kexec-tools Version: 2.0.24 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 Summary: The kexec/kdump userspace component @@ -405,6 +405,13 @@ fi %endif %changelog +* Mon May 23 2022 Coiby - 2.0.24-3 +- Update makedumpfile to 1.7.1 +- unit tests: add tests for get_system_size and get_recommend_size +- improve get_recommend_size +- fix a calculation error in get_system_size +- logger: save log after all kdump progress finished + * Sun Apr 24 2022 Coiby - 2.0.24-2 - remove the upper bound of default crashkernel value example - update fadump-howto