From: Mauro Carvalho Chehab Date: Sat, 18 Feb 2023 08:45:50 +0000 (+0100) Subject: Bump version to 0.8.0 X-Git-Tag: v0.8.0 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=4e83b848e7961af25028f3a2cecf37a63279a2bf;p=users%2Fmchehab%2Frasdaemon.git Bump version to 0.8.0 Signed-off-by: Mauro Carvalho Chehab --- diff --git a/ChangeLog b/ChangeLog index cc54f30..e1dd2c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2023-02-18 Mauro Carvalho Chehab +- Version 0.8.0 + + * This version now uses libtraceevent. Since its beginning, + rasdaemon came with an early version of this library. Now, + instead of keeping it embedded, use it from the system's + package. + * Fix mock build target and rasdaemon.spec.in + * Update README with instructions about contributing and + convert to markdown + * Fix a regression with Kernel 6.1-rc6 + * make distcheck now works + 2023-01-21 Mauro Carvalho Chehab - Version 0.7.0 diff --git a/configure.ac b/configure.ac index c973aaf..6a7c210 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([RASdaemon],[0.7.0]) +AC_INIT([RASdaemon],[0.8.0]) AM_SILENT_RULES([yes]) AC_CANONICAL_TARGET AC_CONFIG_MACRO_DIR([m4])