Skip to content

Commit

Permalink
Bump version to 0.8.1
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mchehab committed Jul 16, 2024
1 parent 4e34d07 commit 122f768
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down

0 comments on commit 122f768

Please sign in to comment.