From c2255178a49f62c53009a456bc37dd5e37332f09 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Fri, 1 Apr 2022 12:50:08 +0200 Subject: [PATCH] Bump version to 0.6.8 Signed-off-by: Mauro Carvalho Chehab --- ChangeLog | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6fedafc..3e1c2df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2021-05-26 Mauro Carvalho Chehab + - Version 0.6.8 + + * Fix some issues related to sysconfigdir + * Some fixes for hisi boards + * Update ras-mc-ctl manpage to match current options + * Fix ras-mc-ctl when parsing some dimm sizes + * New asrock x570 motherboard label + * New Supermicro labels + * Support MCE for AMD CPU family 19h + * Add new SMCA bank types with error decoding + * Add error handling for Ampere-specific errors. + * Add support for multi-arch builds + 2021-05-26 Mauro Carvalho Chehab - Version 0.6.7 diff --git a/configure.ac b/configure.ac index 33b81fe..a77991f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([RASdaemon], 0.6.7) +AC_INIT([RASdaemon], 0.6.8) AM_SILENT_RULES([yes]) AC_CANONICAL_SYSTEM AC_CONFIG_MACRO_DIR([m4])