Release 5.62
authorMarcel Holtmann <marcel@holtmann.org>
Wed, 13 Oct 2021 18:33:40 +0000 (20:33 +0200)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 11 Mar 2022 13:38:37 +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 3d5b73f..f5510e2 100755 (executable)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 5.62:
+       Fix issue with handling truncation when loading LTKs.
+       Fix issue with accepting Exchange MTU on EATT bearer.
+       Fix issue with clearing DeviceLost timers on power down.
+       Fix issue with AVCTP browsing channel and missing ERTM.
+       Fix issue with AVDTP and local SEID pool for each adapter.
+       Add support for BR/EDR and LE connection failure reasons.
+
 ver 5.61:
        Fix issue with A2DP while waiting for command response.
        Fix issue with A2DP when SetConfiguration fails.
index fcf603b..2a7bbcd 100755 (executable)
@@ -1,6 +1,6 @@
 # SPDX-License-Identifier: GPL-2.0
 AC_PREREQ(2.60)
-AC_INIT(bluez, 5.61)
+AC_INIT(bluez, 5.62)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
                                        tar-pax no-dist-gzip dist-xz])