Release 5.65
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 24 Jul 2022 20:59:52 +0000 (22:59 +0200)
committerAyush Garg <ayush.garg@samsung.com>
Mon, 15 May 2023 09:25:54 +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 a6f6b96..11221a9 100755 (executable)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+ver 5.65:
+       Fix issue with A2DP cache invalidation handling.
+       Fix issue with A2DP and not initialized SEP codec.
+       Fix issue with A2DP and multiple SetConfiguration to same SEP
+       Fix issue with AVRCP and not properly initialized volume.
+       Fix issue with SDP records when operating in LE only mode.
+       Fix issue with HoG and not reading report map of instances.
+       Fix issue with GATT server crashing while disconnecting.
+       Fix issue with not removing connected devices.
+       Fix issue with enabling wake support without RPA Resolution.
+       Fix issue with pairing failed due to the error of Already Paired.
+       Add support for CONFIGURATION_DIRECTORY environment variable.
+       Add support for STATE_DIRECTORY environment variable.
+       Add support for "Bonded" property with Device API.
+       Add experimental support for ISO socket.
+
 ver 5.64:
        Fix issue with handling A2DP discover procedure.
        Fix issue with media endpoint replies and SetConfiguration.
index 58fcfa3..7e6ec58 100755 (executable)
@@ -1,6 +1,6 @@
 # SPDX-License-Identifier: GPL-2.0
 AC_PREREQ(2.60)
-AC_INIT(bluez, 5.64)
+AC_INIT(bluez, 5.65)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
                                        tar-pax no-dist-gzip dist-xz])