From 4df30375f3868a50e783f42c1de482f29e21c55c Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Thu, 10 Oct 2019 14:41:15 -0300 Subject: [PATCH] Bump to version 0.6.4 Signed-off-by: Mauro Carvalho Chehab --- ChangeLog | 13 +++++++++++++ configure.ac | 2 +- misc/rasdaemon.spec.in | 3 +++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3013ffe..7b94b8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2019-10-10 Mauro Carvalho Chehab + - 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 - Version 0.6.3 diff --git a/configure.ac b/configure.ac index 3a8a435..d8c7991 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/misc/rasdaemon.spec.in b/misc/rasdaemon.spec.in index e27ebc0..0674b5b 100644 --- a/misc/rasdaemon.spec.in +++ b/misc/rasdaemon.spec.in @@ -59,6 +59,9 @@ rm INSTALL %{buildroot}/usr/include/*.h %changelog +* 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 + * 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 -- 2.50.1