From 4e83b848e7961af25028f3a2cecf37a63279a2bf Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Sat, 18 Feb 2023 09:45:50 +0100 Subject: [PATCH] Bump version to 0.8.0 Signed-off-by: Mauro Carvalho Chehab --- ChangeLog | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) 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]) -- 2.50.1