From d764f78f27653bc1df71c462e9aca7a18bc75f9f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 30 Jun 2023 21:39:03 +0200 Subject: [PATCH] Release 5.68 --- ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7978e8ef9..42265c3b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +ver 5.68: + Fix issue with A2DP and handling of Transport.Acquire. + ver 5.67: Fix issue with BAP and initiating QoS and Enable procedures. Fix issue with BAP and detaching streams when PAC is removed. diff --git a/configure.ac b/configure.ac index 83c3a810e..eff297960 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.67) +AC_INIT(bluez, 5.68) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules tar-pax no-dist-gzip dist-xz]) -- 2.47.3