]> www.infradead.org Git - users/mchehab/rasdaemon.git/commitdiff
Bump to version 0.6.4 v0.6.4
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Thu, 10 Oct 2019 17:41:15 +0000 (14:41 -0300)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Thu, 10 Oct 2019 17:41:15 +0000 (14:41 -0300)
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
ChangeLog
configure.ac
misc/rasdaemon.spec.in

index 3013ffe32c9c1ed8e6b690b43fa15ca30a61ad1e..7b94b8d5a852575a75a7222de47617e62da3b8b6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2019-10-10     Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
+       - Version 0.6.4
+
+       * Change DB for hip08 in order to better handle some OEM data
+       * Fix an issue of sqlite3 integer bind parameter mismatch
+       * Update instructions about sending patches
+       * Fix URLs to git.kernel.org repositories in README file
+       * Fix file descriptor leak in ras-report.c:setup_report_socket()
+       * Initialize record.cpu before pevent_print_event().
+       * Flush trace buffer immediately, not on next call
+       * Replace whitespaces by tabs
+       * Fix build with musl
+
 2019-08-23     Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
        - Version 0.6.3
 
index 3a8a435f02d2e5f320c015b4020e16608e8158ff..d8c7991a08ed53a080bf16fdf8edf7a055ca162a 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([RASdaemon], 0.6.3)
+AC_INIT([RASdaemon], 0.6.4)
 AM_SILENT_RULES([yes])
 AC_CANONICAL_SYSTEM
 AC_CONFIG_MACRO_DIR([m4])
index e27ebc0f397b81e901ef1b6baf10b281b0f66e59..0674b5bfaafe35c7600091ba154119fb6820d1db 100644 (file)
@@ -59,6 +59,9 @@ rm INSTALL %{buildroot}/usr/include/*.h
 
 %changelog
 
+* 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
+
 * 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