aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2025-09-18 19:44:35 +0200
committerMarcel Holtmann <marcel@holtmann.org>2025-09-18 19:44:48 +0200
commitda5daf532409812c41a237a6a6126868f6867079 (patch)
tree3162368d9eb5a3ea747891f6fbfe0b6d6f5a302f
parent61d3e447f9d47f03e5cbd55b805d7841ccc93319 (diff)
Release 5.845.84
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e9412f83c6..04f3b81940 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 9f1a96600a..ebb01c4aea 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])