From da5daf532409812c41a237a6a6126868f6867079 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 18 Sep 2025 19:44:35 +0200 Subject: [PATCH] Release 5.84 --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e9412f83c..04f3b8194 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +ver 5.84: + Fix issue with AVRCP and handling invalid UTF-8 item name. + Fix issue with exposing coordinate sets if LE Audio is disabled. + Fix issue with BAP and not responding to SetConfiguration. + Add support for BAP unicast endpoint reconfiguration. + Add support for BASS and encrypted broadcast source. + Add support for HFP and Call Line Identification. + ver 5.83: Fix issue with handling BAP and removal of PAC. Fix issue with handling SID for broadcast receiver. diff --git a/configure.ac b/configure.ac index 9f1a96600..ebb01c4ae 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.83) +AC_INIT(bluez, 5.84) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules tar-pax no-dist-gzip dist-xz]) -- 2.47.3