]> www.infradead.org Git - users/mchehab/rasdaemon.git/commitdiff
Bump version to 0.5.6 v0.5.6
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 3 Jul 2015 10:35:14 +0000 (07:35 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 3 Jul 2015 10:38:05 +0000 (07:38 -0300)
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
ChangeLog
configure.ac
misc/rasdaemon.spec.in

index 746bc3ba3d622c8f1b4938284745fe41fdd06986..2b8180b675c685d00291913864c355e867aeab94 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * 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 <mchehab@osg.samsung.com>
+       - 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)
+
index 256c36ea856c52165642509089b68d73fb629f4b..4b5c52bed11a042a4fb19d40b5b67156e72670c0 100644 (file)
@@ -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])
index 4330770dbfcf8519aacb24258bd9cca2d45c821b..d60ba3d0066e089a758469c873c6cd65c16bec80 100644 (file)
@@ -49,6 +49,9 @@ rm INSTALL %{buildroot}/usr/include/*.h
 
 %changelog
 
+* Fri Jul 03 2015 Mauro Carvalho Chehab <mchehab@osg.samsung.com> 0.5.6-1
+- Bump to version 0.5.6 with support for LMCE and some fixes
+
 * Wed Jun 03 2015 Mauro Carvalho Chehab <mchehab@osg.samsung.com> 0.5.5-1
 - Bump to version 0.5.5 with support for newer Intel platforms & some fixes