From: Mauro Carvalho Chehab Date: Wed, 3 Jun 2015 13:59:55 +0000 (-0300) Subject: Bump version to 0.5.5 X-Git-Tag: v0.5.5 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f91df341926b625c877444bb45fe8fa5ce3e0ceb;p=users%2Fmchehab%2Frasdaemon.git Bump version to 0.5.5 Signed-off-by: Mauro Carvalho Chehab --- diff --git a/ChangeLog b/ChangeLog index 41d0727..746bc3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -70,3 +70,11 @@ * Fix a bug while parsing dimm labels on amd64 * Enable database recording by default on systemd service file * Correct range while parsing top, middle and lower layers + +2015-06-03 Mauro Carvalho Chehab + + - Version 0.5.5 + * Improve INSTALL summary instructions + * 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 diff --git a/configure.ac b/configure.ac index 89dd540..256c36e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([RASdaemon], 0.5.4) +AC_INIT([RASdaemon], 0.5.5) 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 e6a078c..4330770 100644 --- a/misc/rasdaemon.spec.in +++ b/misc/rasdaemon.spec.in @@ -49,6 +49,9 @@ rm INSTALL %{buildroot}/usr/include/*.h %changelog +* 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 + * Fri Aug 15 2014 Mauro Carvalho Chehab 0.5.4-1 - Bump to version 0.5.4 with some fixes, mainly for amd64