From d97d1951b447f8575e972458d3007afcfed6cf28 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 2 Jun 2025 08:44:13 +0200 Subject: [PATCH] Release 5.83 --- ChangeLog | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6b378f300..e9412f83c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +ver 5.83: + Fix issue with handling BAP and removal of PAC. + Fix issue with handling SID for broadcast receiver. + Fix issue with handling HSP/HFP reconnection policy. + Fix issue with handling cable pairing and Sixaxis controllers. + Fix issue with handling virtual cable unplug for HID devices. + Fix issue with handling service records for HID devices. + Add support for AVDTP and TX timestamps. + ver 5.82: Fix issue with handling BAP state transitions. Fix issue with handling D-Bus interface removal. diff --git a/configure.ac b/configure.ac index 1e089aaa7..07aeb46ca 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.82) +AC_INIT(bluez, 5.83) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules tar-pax no-dist-gzip dist-xz]) -- 2.47.3