aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2024-01-12 22:55:50 +0100
committerMarcel Holtmann <marcel@holtmann.org>2024-01-12 22:55:50 +0100
commit770ad5614e7e8074133e6f563495ce4822f63fe4 (patch)
tree19f226254a7a71381d1448071884b7489a79b677
parentdc0cbf0f5dad5f83ae5a07215ed7e7bdb68589cd (diff)
Release 5.725.72
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c491159b5e..b939cb110e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 5.72:
+ Fix issue with BAP and handling stream IO linking.
+ Fix issue with BAP and setup of multiple streams per endpoint.
+ Fix issue with AVDTP and potential incorrect transaction label.
+ Fix issue with A2DP and handling crash on suspend.
+ Fix issue with GATT database and an invalid pointer.
+ Add support for AICS service.
+
ver 5.71:
Fix issue with not registering CSIS service.
Fix issue with registering pairing callbacks.
diff --git a/configure.ac b/configure.ac
index ef93043952..3e10ec9707 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.71)
+AC_INIT(bluez, 5.72)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])