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 <mchehab@osg.samsung.com>
This commit is contained in:
Mauro Carvalho Chehab 2015-07-03 07:43:05 -03:00
parent 4d44fc2ddf
commit 47c1d519c1
2 changed files with 6 additions and 3 deletions

View File

@ -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 <mchehab@osg.samsung.com> 0.5.6-1
- Bump to version 0.5.6 with support for LMCE and some fixes
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
9e76ad39dc080f21703b06575fe92310 rasdaemon-0.5.5.tar.bz2
d4e6122783339c29a10c0efb75f84195 rasdaemon-0.5.6.tar.bz2