Release 5.66
authorMarcel Holtmann <marcel@holtmann.org>
Thu, 10 Nov 2022 20:22:09 +0000 (21:22 +0100)
committerAyush Garg <ayush.garg@samsung.com>
Mon, 15 May 2023 09:25:55 +0000 (14:55 +0530)
Signed-off-by: Manika Shrivastava <manika.sh@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
ChangeLog
configure.ac

index 11221a9..ad0e679 100755 (executable)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 5.66:
+       Fix issue with A2DP and transport connection collisions.
+       Fix issue with allowing application specific error codes.
+       Fix issue with not setting initiator flag correctly.
+       Fix issue with HoG Report MAP size handling.
+       Add initial support for Basic Audio Profile.
+       Add initial support for Volume Control Profile.
+
 ver 5.65:
        Fix issue with A2DP cache invalidation handling.
        Fix issue with A2DP and not initialized SEP codec.
index 58a69c6..f3f30da 100755 (executable)
@@ -1,6 +1,6 @@
 # SPDX-License-Identifier: GPL-2.0
 AC_PREREQ(2.60)
-AC_INIT(bluez, 5.65)
+AC_INIT(bluez, 5.66)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
                                        tar-pax no-dist-gzip dist-xz])