aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2023-08-24 19:01:09 +0200
committerMarcel Holtmann <marcel@holtmann.org>2023-08-24 19:01:09 +0200
commit6a8f7c55dfdfed8136ba8b417d0d8ee45181001a (patch)
tree7fed076353eb5559cc2e3555157f4eb89a235822
parent55c07304ac92474ed287190eb08703fe7c56f0c1 (diff)
Release 5.695.69
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 42265c3b47..64552854f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+ver 5.69:
+ Fix issue with BAP enabling state correctly when resuming.
+ Fix issue with detaching source ASEs only after Stop Ready.
+ Fix issue with handling VCP audio location and descriptor.
+ Fix issue with generating IRK for adapter with privacy enabled.
+ Add support for BAP broadcast sink.
+
ver 5.68:
Fix issue with A2DP and handling of Transport.Acquire.
diff --git a/configure.ac b/configure.ac
index ad864dea70..655e8e5321 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.68)
+AC_INIT(bluez, 5.69)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])