From 3990ce2391e5c07293758c056e09e4f2453691b4 Mon Sep 17 00:00:00 2001 From: Srinivas Pandruvada Date: Tue, 23 Jan 2024 21:34:25 -0800 Subject: [PATCH] Release 2.5.6 Refer to README.txt for changes. --- README.txt | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index cc4800ee..7fd312db 100644 --- a/README.txt +++ b/README.txt @@ -116,6 +116,9 @@ For build, follow the same procedure as Fedora. Releases +Release 2.5.6 +- Fix crash with GDBus port + Release 2.5.5 - Use GDBus for dbus - Handle single trip to solve thermal shutdown issue for an Alder Lake desktop diff --git a/configure.ac b/configure.ac index 16e356e2..62767eeb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(1.0) m4_define([td_major_version], [2]) -m4_define([td_minor_version], [5.5]) +m4_define([td_minor_version], [5.6]) m4_define([td_version], [td_major_version.td_minor_version])