Release 5.54
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 15 Mar 2020 06:35:59 +0000 (07:35 +0100)
committerAyush Garg <ayush.garg@samsung.com>
Mon, 12 Apr 2021 09:00:48 +0000 (14:30 +0530)
Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
ChangeLog
configure.ac

index 7566443..25aef0d 100755 (executable)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 5.54:
+       Fix issue with HOGP to accept data only from bonded devices.
+       Fix issue with A2DP sessions being connected at the same time.
+       Fix issue with class UUID matches before connecting profile.
+       Add support for handling MTU auto-tuning option for AVDTP.
+       Add support for new policy for Just-Works repairing.
+       Add support for Enhanced ATT bearer (EATT).
+
 ver 5.53:
        Fix issue with handling unregistration for advertisment.
        Fix issue with A2DP and handling recovering process.
index b4103fe..d41b4b8 100755 (executable)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(bluez, 5.53)
+AC_INIT(bluez, 5.54)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
                                        tar-pax no-dist-gzip dist-xz])