Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
* 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)
+
-AC_INIT([RASdaemon], 0.5.5)
+AC_INIT([RASdaemon], 0.5.6)
AM_SILENT_RULES([yes])
AC_CANONICAL_SYSTEM
AC_CONFIG_MACRO_DIR([m4])
%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