]> www.infradead.org Git - users/mchehab/rasdaemon.git/commitdiff
Bump version to 0.7.0 libtrace
authorMauro Carvalho Chehab <mchehab@kernel.org>
Sat, 21 Jan 2023 06:52:14 +0000 (07:52 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Sat, 21 Jan 2023 06:55:56 +0000 (07:55 +0100)
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
ChangeLog
configure.ac

index 3e1c2df60df40fc94e1a496a207acdd4bce736ba..cc54f3039c1e3146714df4923858d5e7c1599709 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,26 @@
-2021-05-26     Mauro Carvalho Chehab <mchehab@kernel.org>
+2023-01-21     Mauro Carvalho Chehab <mchehab@kernel.org>
+       - 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 <mchehab@kernel.org>
        - Version 0.6.8
 
        * Fix some issues related to sysconfigdir
index 5c75cbb435799aaf91de441eb098748625862d71..c7af727eb44e9089d88a89e7fd8d2a84f178638f 100644 (file)
@@ -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])