Release 5.56
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 22 Feb 2021 20:12:40 +0000 (21:12 +0100)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 11 Mar 2022 13:38:34 +0000 (19:08 +0530)
Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
ChangeLog
configure.ac

index 1607cd6..9a05645 100755 (executable)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+ver 5.56:
+       Fix issue with setting AVDTP disconnect timer.
+       Fix issue with AVDTP not sending GetCapabilities.
+       Fix issue with AVDTP connecting using streaming mode.
+       Fix issue with handling A2DP and remote SEP disappearing.
+       Fix issue with handling session of A2DP channels.
+       Fix issue with GATT and handling device removal.
+       Fix issue with GATT not accepting multiple requests.
+       Fix issue with HID report value callback registration.
+       Add support for new advertising management command.
+       Add support for battery D-Bus interface.
+
 ver 5.55:
        Fix issue with handling security level for HoG.
        Fix issue with handling HIDSDPDisable attribute.
index 229d874..edc1186 100755 (executable)
@@ -1,6 +1,6 @@
 # SPDX-License-Identifier: GPL-2.0
 AC_PREREQ(2.60)
-AC_INIT(bluez, 5.55)
+AC_INIT(bluez, 5.56)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
                                        tar-pax no-dist-gzip dist-xz])