From c9bc5ca307492e9c7f7382175488d0b5b25a570c Mon Sep 17 00:00:00 2001 From: WANG Chao Date: Tue, 29 Oct 2013 13:44:52 +0800 Subject: [PATCH] Release 2.0.4-12 Signed-off-by: WANG Chao --- kexec-tools.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/kexec-tools.spec b/kexec-tools.spec index 08819de..5845b21 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -1,6 +1,6 @@ Name: kexec-tools Version: 2.0.4 -Release: 11%{?dist} +Release: 12%{?dist} License: GPLv2 Group: Applications/System Summary: The kexec/kdump userspace component. @@ -342,6 +342,12 @@ done %endif %changelog +* Tue Oct 29 2013 WANG Chao - 2.0.4-12 +- fix sadump format phys_base calculating error +- kdump, x86: Process multiple Crash kernel in /proc/iomem +- makedumpfile: wrong cyclic buffer size recalculation causes bitmap data corruption +- Fix max_mapnr issue on system has over 44-bit addressing. + * Sat Oct 12 2013 Baoquan He -2.0.4-11 - kdump-lib.sh: strip_comments is not implemented correcty