diff --git a/ChangeLog b/ChangeLog index c8591c8..6fedafc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2021-05-26 Mauro Carvalho Chehab + - Version 0.6.7 + + * Support for Ice Lake and Sapphire Rapids + * Support for HiSilicon Kunpeng9xx + * Support for Ampere + * Support for memory failure events + * Support for ARM processor error information + * Support for decoding for new SMCA Load Store bank type + * Add 8 channel decoding for SMCA systems + * Improvements at the page isolation logic + * New labels: A2SDi-8C-HLN4F, A2SDi-8C+-HLN4F, ASUS PRIME X570-PRO + * New labels: Supermicro X10SRA-F and H8DGU + * Added support to specify SYSCONFDEFDIR + * RASSTATEDIR is now created at runtime + * Use a linked list for non-standard error decoding interface + * PCIe AER now displas PCIe dev name + * Fixed a memory leak + * Several fixes + * Added ppc64le to travis build + 2020-07-21 Mauro Carvalho Chehab - Version 0.6.6 diff --git a/configure.ac b/configure.ac index f8a58f0..f7d1947 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([RASdaemon], 0.6.6) +AC_INIT([RASdaemon], 0.6.7) AM_SILENT_RULES([yes]) AC_CANONICAL_SYSTEM AC_CONFIG_MACRO_DIR([m4]) diff --git a/misc/rasdaemon.spec.in b/misc/rasdaemon.spec.in index 5f02f2c..a19300c 100644 --- a/misc/rasdaemon.spec.in +++ b/misc/rasdaemon.spec.in @@ -61,6 +61,9 @@ rm INSTALL %{buildroot}/usr/include/*.h %changelog +* Wed May 26 2021 Mauro Carvalho Chehab 0.6.7-1 +- Bump to version 0.6.5 with several fixes and additions + * Tue Jul 21 2020 Mauro Carvalho Chehab 0.6.6-1 - Bump to version 0.6.5 with several fixes, new hip08 events and memory prediction analysis