summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2021-10-13 20:33:40 +0200
committerMarcel Holtmann <marcel@holtmann.org>2021-10-13 20:33:40 +0200
commit8ac79215ffdc3df8ecd294425fbdfd94df57c27b (patch)
tree2063d097198822809a779fab4ceb9aa98d7bc96d
parent01956e3f221d4640696ab2cc37922ab7dabf61ab (diff)
downloadbluez-8ac79215ffdc3df8ecd294425fbdfd94df57c27b.tar.gz
Release 5.625.62
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d5b73f8d..f5510e22e 100644
--- 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.
diff --git a/configure.ac b/configure.ac
index 5653e05d1..0c0418452 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])