From d4b9d89f449128fe6d7571a7ba901c7c9df37b2e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 30 Jun 2023 10:09:06 +0200 Subject: [PATCH] Release 5.67 --- ChangeLog | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ad0e6799c..7978e8ef9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +ver 5.67: + Fix issue with BAP and initiating QoS and Enable procedures. + Fix issue with BAP and detaching streams when PAC is removed. + Fix issue with BAP and reading all instances of PAC. + Fix issue with BAP and not being able to reconfigure. + Fix issue with BAP and transport configuration changes. + Fix issue with BAP and handling unexpected disconnect. + Fix issue with GATT and not removing pending services. + Fix issue with GATT and client ready handling. + Fix issue with handling fallback to transient hostname. + Add support for SecureConnections configuration option. + Add support for Mesh Remove Provisioning. + Add support for Mesh Private Beacons. + ver 5.66: Fix issue with A2DP and transport connection collisions. Fix issue with allowing application specific error codes. diff --git a/configure.ac b/configure.ac index 65b2f2779..83c3a810e 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.66) +AC_INIT(bluez, 5.67) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules tar-pax no-dist-gzip dist-xz]) -- 2.47.3