]> www.infradead.org Git - users/mchehab/rasdaemon.git/commitdiff
Bump to version 0.6.5 v0.6.5
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 20 Nov 2019 04:34:28 +0000 (05:34 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 20 Nov 2019 04:34:28 +0000 (05:34 +0100)
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
ChangeLog
INSTALL
configure.ac
misc/rasdaemon.spec.in

index 7b94b8d5a852575a75a7222de47617e62da3b8b6..09ef95e66687f72e59531ffe17306c46af878f47 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2019-11-20     Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
+       - 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 <mchehab+samsung@kernel.org>
        - Version 0.6.4
 
diff --git a/INSTALL b/INSTALL
index 443a52f26276b33e696b2243ea713aaf8416a869..8865734f81b136629e961c230380423899c75794 100644 (file)
--- 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
index d8c7991a08ed53a080bf16fdf8edf7a055ca162a..a5a04dc1d7326e230cee58eec07ab1418765c2f9 100644 (file)
@@ -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])
index 0674b5bfaafe35c7600091ba154119fb6820d1db..48dd311b68ab02976c5034f7192c4dd90a7536ca 100644 (file)
@@ -59,8 +59,11 @@ rm INSTALL %{buildroot}/usr/include/*.h
 
 %changelog
 
+* Wed Nov 20 2019 Mauro Carvalho Chehab <mchehab+huawei@kernel.org>  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 <mchehab+samsung@kernel.org>  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 <mchehab+samsung@kernel.org>  0.6.3-1
 - Bump to version 0.6.3 with new ARM events, plus disk I/O and netlink support