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 11221a961234ee91e2992b027ad3eaf378556042..ad0e6799c7c1a741abbfdc062b7b7cf23d512b6e 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 58a69c654580666b1c265c20610be509a413e81f..f3f30dae84d2478e6033ce83a6ff291d09999d18 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])