From: Mauro Carvalho Chehab Date: Fri, 3 Jul 2015 10:35:14 +0000 (-0300) Subject: Bump version to 0.5.6 X-Git-Tag: v0.5.6 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=8cf86f1ca611960fa52ebd363c351e1d27e141b5;p=users%2Fmchehab%2Frasdaemon.git Bump version to 0.5.6 Signed-off-by: Mauro Carvalho Chehab --- diff --git a/ChangeLog b/ChangeLog index 746bc3b..2b8180b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -78,3 +78,12 @@ * Add support to match the machine by system's product name * Add support for Haswell/Broadwell/Knights Landing * Some bug fixes on some MCE handlers + +2015-07-03 Mauro Carvalho Chehab + - Version 0.5.6 + * Add internal errors of IA32_MC4_STATUS for Haswell + * Use MCA error msg as error_msg + * Unnecessary comma for empty mc_location string + * Remove a space from mcgstatus_msg + * Add support to log Local Machine Check Exception (LMCE) + diff --git a/configure.ac b/configure.ac index 256c36e..4b5c52b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([RASdaemon], 0.5.5) +AC_INIT([RASdaemon], 0.5.6) 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 4330770..d60ba3d 100644 --- a/misc/rasdaemon.spec.in +++ b/misc/rasdaemon.spec.in @@ -49,6 +49,9 @@ rm INSTALL %{buildroot}/usr/include/*.h %changelog +* Fri Jul 03 2015 Mauro Carvalho Chehab 0.5.6-1 +- Bump to version 0.5.6 with support for LMCE and some fixes + * Wed Jun 03 2015 Mauro Carvalho Chehab 0.5.5-1 - Bump to version 0.5.5 with support for newer Intel platforms & some fixes