From 47c1d519c1b85a03f780a733b15130db69f03676 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Fri, 3 Jul 2015 07:43:05 -0300 Subject: [PATCH] Bump to 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) Signed-off-by: Mauro Carvalho Chehab --- rasdaemon.spec | 7 +++++-- sources | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/rasdaemon.spec b/rasdaemon.spec index 9f13d66..b3e95aa 100644 --- a/rasdaemon.spec +++ b/rasdaemon.spec @@ -1,6 +1,6 @@ Name: rasdaemon -Version: 0.5.5 -Release: 2%{?dist} +Version: 0.5.6 +Release: 1%{?dist} Summary: Utility to receive RAS error tracings Group: Applications/System License: GPLv2 @@ -54,6 +54,9 @@ rm INSTALL %{buildroot}/usr/include/*.h %{_sysconfdir}/ras/dimm_labels.d %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 + * Thu Jun 18 2015 Fedora Release Engineering - 0.5.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 5656bcd..3eef488 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9e76ad39dc080f21703b06575fe92310 rasdaemon-0.5.5.tar.bz2 +d4e6122783339c29a10c0efb75f84195 rasdaemon-0.5.6.tar.bz2