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])