aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2024-04-14 10:57:57 +0200
committerMarcel Holtmann <marcel@holtmann.org>2024-04-14 10:57:57 +0200
commitf1a7ab0ef75b9e11f04a028b50d4172a4b5f8601 (patch)
tree546a9192c0b5d8f73404b76e82abad701fc5a45b
parent58b6c0b88043321fc0e99742cf999bc76b32c4fb (diff)
Release 5.745.74
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b84e71bfce..4dc6666f71 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 9ebc250cfc..bcb7426726 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])