From e8575b6196ab8d457342c2d332bd402f2bedd9f7 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 9 Sep 2024 10:44:17 +0200 Subject: [PATCH] Release 5.78 --- ChangeLog | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2c78ce4bc..2feb895de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +ver 5.78: + Fix issue with handling notification of scanned BISes to BASS + Fix issue with handling checking BIS caps against peer caps. + Fix issue with handling MGMT Set Device Flags overwrites. + Fix issue with handling ASE notification order. + Fix issue with handling BIG Info report events. + Fix issue with handling PACS Server role. + Fix issue with registering UHID_START multiple times. + Fix issue with pairing method not setting auto-connect. + ver 5.77: Fix issue with storing and handling connection parameters. Fix issue with handling device that are marked as temporary. diff --git a/configure.ac b/configure.ac index d31eb1656..a7fb51f1c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0 AC_PREREQ(2.60) -AC_INIT(bluez, 5.77) +AC_INIT(bluez, 5.78) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules tar-pax no-dist-gzip dist-xz]) -- 2.47.3