From f1a7ab0ef75b9e11f04a028b50d4172a4b5f8601 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 14 Apr 2024 10:57:57 +0200 Subject: [PATCH] Release 5.74 --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b84e71bfc..4dc6666f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +ver 5.74: + Fix issue with not enabling Wideband Speech when available. + Fix issue with UserspaceHID and Bluetooth Classic devices. + Fix issue with checking for services being connected. + Fix issue with GATT client connection creation. + Fix issue with OBEX and small file transfers. + Fix issue with handling pairing with Apple AirPods. + ver 5.73: Fix issue with BAP and setting up broadcast source. Fix issue with BAP and register all endpoints. diff --git a/configure.ac b/configure.ac index 9ebc250cf..bcb742672 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.73) +AC_INIT(bluez, 5.74) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules tar-pax no-dist-gzip dist-xz]) -- 2.47.3