Release 5.70
authorMarcel Holtmann <marcel@holtmann.org>
Thu, 28 Sep 2023 19:51:34 +0000 (21:51 +0200)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 5 Jan 2024 13:34:04 +0000 (19:04 +0530)
ChangeLog
configure.ac

index 64552854f382eb34983df1a9e27e7a5e52fa68b0..0775dd1c2444f351a5ba10e9e8da72fde306e98f 100755 (executable)
--- 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.
index 1a15e55d23cfedbc49f7c2250cce3dbd5eff5580..1caba3d1253d9f3664d0281b952d575725a9bb50 100755 (executable)
@@ -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])