aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2024-03-07 16:13:08 +0100
committerMarcel Holtmann <marcel@holtmann.org>2024-03-07 16:13:08 +0100
commit19f8fcdc2084048bebe5bd9ea4fb97f7ece16df0 (patch)
tree925de9cbb1aaeca094caadf390ade9e4ecc8db31
parent17cd5563f83769fe9f69802dcc05faf41f780b7a (diff)
Release 5.735.73
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b939cb110e..b84e71bfce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 5.73:
+ Fix issue with BAP and setting up broadcast source.
+ Fix issue with BAP and register all endpoints.
+ Fix issue with BAP and missing metadata property.
+ Fix issue with BAP and not handling out of order responses.
+ Fix issue with BAP and attempting to set device as connectable.
+ Add support for CCP plugin for call control profile.
+
ver 5.72:
Fix issue with BAP and handling stream IO linking.
Fix issue with BAP and setup of multiple streams per endpoint.
diff --git a/configure.ac b/configure.ac
index 6552154a86..9ebc250cfc 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.72)
+AC_INIT(bluez, 5.73)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])