From: Mauro Carvalho Chehab Date: Sat, 14 Oct 2017 09:25:12 +0000 (-0300) Subject: Bump to version 0.6.0 X-Git-Tag: v0.6.0~1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=7deef57726d92c8575714be6e9fab100b1edb3bb;p=users%2Fmchehab%2Frasdaemon.git Bump to version 0.6.0 Signed-off-by: Mauro Carvalho Chehab --- diff --git a/ChangeLog b/ChangeLog index f22d58b..a1c2cdc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -100,3 +100,10 @@ - Version 0.5.9 * Add Knights Mill and updated DELL labels * Configure now reports enabled options + +2017-10-14 Mauro Carvalho Chehab + - Version 0.6.0 + * Added support for non-standard CPER error sections + * Added support for Hisilicon HIP07 SAS HW module + * Added support for ARM events + * Updated DIMM labels for Intel Skylake servers diff --git a/configure.ac b/configure.ac index c00bcce..c7e2aba 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([RASdaemon], 0.5.9) +AC_INIT([RASdaemon], 0.6.0) 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 4101d1a..6e43b0e 100644 --- a/misc/rasdaemon.spec.in +++ b/misc/rasdaemon.spec.in @@ -57,6 +57,9 @@ rm INSTALL %{buildroot}/usr/include/*.h %changelog +* Sat Oct 14 2017 Mauro Carvalho Chehab 0.6.0-1 +- Bump to version 0.5.8 adding support for Arm and Hisilicon events and update Dell Skylate labels + * Thu Jun 08 2017 Mauro Carvalho Chehab 0.5.9-1 - Bump to version 0.5.8 adding support for Knights Mill and update DELL labels @@ -92,4 +95,3 @@ rm INSTALL %{buildroot}/usr/include/*.h * Mon May 20 2013 Mauro Carvalho Chehab 0.3.0-1 - Package created -