From b05c3fbfd764a33dbaefbfb18680fa3296d4a31b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 28 Sep 2023 21:51:34 +0200 Subject: [PATCH] Release 5.70 --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 64552854f..0775dd1c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +ver 5.70: + Fix issue with not sending GATT confirmations. + Fix issue with not handling initiator properly. + Fix issue with not checking PBAP counter length. + Add support for MICP profile and MICS service. + ver 5.69: Fix issue with BAP enabling state correctly when resuming. Fix issue with detaching source ASEs only after Stop Ready. diff --git a/configure.ac b/configure.ac index 54a609ad2..dc19f75f7 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.69) +AC_INIT(bluez, 5.70) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules tar-pax no-dist-gzip dist-xz]) -- 2.47.3