From 122f7683cb11bd2e0b06582849680ab7d2f46e15 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Tue, 16 Jul 2024 10:24:51 +0200 Subject: [PATCH] Bump version to 0.8.1 There were lots of changes on this version. The summary at ChangeLog contains a sanitized version of it. It should be noticed that the next version will likely bring an uAPI incompatible change. Unfortunately, UEFI CPER record trace for ARM processor is currently incomplete upstream. Rasdaemon gained support for an extended arm trace event that supports all fields of the CPER record, but it depends on a patch that it is not upstreamed yet. While looked on such patches, there are some changes needed to get it merged, meaning that future versions of rasdaemon may not be compatible with the downstream patch anymore. Signed-off-by: Mauro Carvalho Chehab --- ChangeLog | 23 +++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1c33d13..0f58c0d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2023-07-16 Mauro Carvalho Chehab + - Version 0.8.1 + + * Lots of new labels added; + * Added a script to check coding style; + * Detect non-x86 CPUs on MCE handler; + * Added an error injection script for QEMU; + * Allow external scripts to handle memory errors; + * Fix ARM processor compatibility with upstream; + * Add support for CXL events; + * Add support for microcode and PPIN on MCE traces; + * Add non-standard decodes for Yitian and Jaguarmicro; + * Add EmeraldRapids Intel CPU; + * Add Corrected Internal Error for aer_cor_errors; + * Add support for disable ras events in runtime; + * Improve AMD SMCA handling; + * Fix several compilation and runtime issues; + * Add option on ras-mc-ctl to exclude old events from reports; + * Other improvements at ras-mc-ctl tool; + * Documentation updates; + * Code cleanups; + * Coding style cleanups. + 2023-02-18 Mauro Carvalho Chehab - Version 0.8.0 diff --git a/configure.ac b/configure.ac index 9d8a065..9495a9d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([RASdaemon],[0.8.0]) +AC_INIT([RASdaemon],[0.8.1]) AM_SILENT_RULES([yes]) AC_CANONICAL_TARGET AC_CONFIG_MACRO_DIR([m4]) -- 2.50.1