From: Mauro Carvalho Chehab Date: Sat, 21 Jan 2023 06:52:14 +0000 (+0100) Subject: Bump version to 0.7.0 X-Git-Tag: v0.7.0~2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Flibtrace;p=users%2Fmchehab%2Frasdaemon.git Bump version to 0.7.0 Signed-off-by: Mauro Carvalho Chehab --- diff --git a/ChangeLog b/ChangeLog index 3e1c2df..cc54f30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,26 @@ -2021-05-26 Mauro Carvalho Chehab +2023-01-21 Mauro Carvalho Chehab + - Version 0.7.0 + + * Add labels for ASUS TUF GAMING B450-PLUS II + * Add four modules supported by HiSilicon common section + * Updated HiSilicon platform name + * Relocate reading and display Kunpeng920 errors to under Kunpeng9xx + * Add support to display the HiSilicon vendor errors for a specified module + * Add printing usage if necessary parameters are not passed for the vendor-error options + * Reformat error info of the HiSilicon Kunpeng920 + * Modify error statistics for HiSilicon KunPeng9xx common errors + * Modify recording Hisilicon common error data + * Support cpu fault isolation for recoverable errors + * Support cpu fault isolation for corrected errors + * Use XSI version of strerror_r on non glibc systems + * Use the new block_rq_error tracepoint + * Fix bank limit types check + * Properly handle localtime() failure + * Fix for a memory out-of-bounds issue and optimized code to remove duplicate function. + * Fix possible but unlikely file descriptor leak + * Fix bashisms + +2022-04-12 Mauro Carvalho Chehab - Version 0.6.8 * Fix some issues related to sysconfigdir diff --git a/configure.ac b/configure.ac index 5c75cbb..c7af727 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([RASdaemon], 0.6.8) +AC_INIT([RASdaemon], 0.7.0) AM_SILENT_RULES([yes]) AC_CANONICAL_SYSTEM AC_CONFIG_MACRO_DIR([m4])