]> www.infradead.org Git - users/mchehab/rasdaemon.git/commitdiff
Bump version to 0.8.0 v0.8.0
authorMauro Carvalho Chehab <mchehab@kernel.org>
Sat, 18 Feb 2023 08:45:50 +0000 (09:45 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Sat, 18 Feb 2023 09:05:14 +0000 (10:05 +0100)
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
ChangeLog
configure.ac

index cc54f3039c1e3146714df4923858d5e7c1599709..e1dd2c065684e3060fda73567e74dbb30e2d6c95 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2023-02-18      Mauro Carvalho Chehab <mchehab@kernel.org>
+- 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 <mchehab@kernel.org>
        - Version 0.7.0
 
index c973aaf916111a1d8bc02d2058ff78b9ca96a79f..6a7c2102bd26082d6a7167bfdbbd0bdad95ba731 100644 (file)
@@ -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])