]> www.infradead.org Git - users/mchehab/rasdaemon.git/commitdiff
Bump version to 0.8.1 v0.8.1
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 16 Jul 2024 08:24:51 +0000 (10:24 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 16 Jul 2024 09:03:38 +0000 (11:03 +0200)
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 <mchehab+huawei@kernel.org>
ChangeLog
configure.ac

index 1c33d137824e91cb68bafabff38eaf981c2104fe..0f58c0d4ad7fb981cf60ab90c7e94b1608f500fb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2023-07-16      Mauro Carvalho Chehab <mchehab@kernel.org>
+       - 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 <mchehab@kernel.org>
        - Version 0.8.0
 
index 9d8a065a28962b8a2b11ae2fba94c79404adf423..9495a9de97ffb7de7ddcf86d37045468dafb4b71 100644 (file)
@@ -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])