From: Mauro Carvalho Chehab Date: Wed, 20 Nov 2019 04:34:28 +0000 (+0100) Subject: Bump to version 0.6.5 X-Git-Tag: v0.6.5 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=25533c0c55426eeb2ad25dcbdb2b5e4ba4e83d80;p=users%2Fmchehab%2Frasdaemon.git Bump to version 0.6.5 Signed-off-by: Mauro Carvalho Chehab --- diff --git a/ChangeLog b/ChangeLog index 7b94b8d..09ef95e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2019-11-20 Mauro Carvalho Chehab + - Version 0.6.5 + + * Several fixes for error handling logic + * Alter tables on SQL in case of errors during update + * store PCIe dev name and TLP header for the aer event + 2019-10-10 Mauro Carvalho Chehab - Version 0.6.4 diff --git a/INSTALL b/INSTALL index 443a52f..8865734 100644 --- a/INSTALL +++ b/INSTALL @@ -130,8 +130,8 @@ compiler but only a single '-arch' option to the preprocessor. Like this: ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ - CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ - CPP="gcc -E" CXXCPP="g++ -E" + CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ + CPP="gcc -E" CXXCPP="g++ -E" This is not guaranteed to produce working output in all cases, you may have to build one architecture at a time and combine the results diff --git a/configure.ac b/configure.ac index d8c7991..a5a04dc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([RASdaemon], 0.6.4) +AC_INIT([RASdaemon], 0.6.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 0674b5b..48dd311 100644 --- a/misc/rasdaemon.spec.in +++ b/misc/rasdaemon.spec.in @@ -59,8 +59,11 @@ rm INSTALL %{buildroot}/usr/include/*.h %changelog +* Wed Nov 20 2019 Mauro Carvalho Chehab 0.6.5-1 +- Bump to version 0.6.5 with several fixes and improves PCIe events record + * Fri Oct 10 2019 Mauro Carvalho Chehab 0.6.4-1 -- Bump to version 0.6.3 with some DB changes for hip08 and some fixes +- Bump to version 0.6.4 with some DB changes for hip08 and some fixes * Fri Aug 23 2019 Mauro Carvalho Chehab 0.6.3-1 - Bump to version 0.6.3 with new ARM events, plus disk I/O and netlink support