From 9590cf12b23207af2a2cc212d808339d7ac85963 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 17 Mar 2025 12:14:10 +0100 Subject: [PATCH] Release 5.80 --- ChangeLog | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 766f0a899..b7a42dccc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +ver 5.80: + Fix issue with handling address type for all types of keys. + Fix issue with handling maximum number of GATT channels. + Fix issue with handling MTU auto-tuning feature. + Fix issue with handling AVRCP volume in reconfigured transports. + Fix issue with handling VCP volume setting requests. + Fix issue with handling VCP connection management. + Fix issue with handling MAP qualification. + Fix issue with handling PBAP qualification. + Fix issue with handling BNEP qualification. + Add support for PreferredBearer device property. + Add support for SupportedTypes Message Access property. + Add support for HFP, A2DP, AVRCP, AVCTP and MAP latest versions. + ver 5.79: Fix issue with handling address type while pairing. Add support for allowing to set A2DP transport delay. diff --git a/configure.ac b/configure.ac index 32e0a7876..a016c993f 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.79) +AC_INIT(bluez, 5.80) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules tar-pax no-dist-gzip dist-xz]) -- 2.47.3