summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2021-02-22 21:12:40 +0100
committerMarcel Holtmann <marcel@holtmann.org>2021-02-22 21:12:40 +0100
commit482929f12b645f652d378fbe8d0a5b7c05d65c4f (patch)
treecdd9ce35f3a010c13ad032a7947a6f40f8760491
parent66c61b500502216719ed2cb1f4b41e1215cea915 (diff)
downloadbluez-5.56.tar.gz
Release 5.565.56
-rw-r--r--ChangeLog12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1607cd61a..9a0564521 100644
--- 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.
diff --git a/configure.ac b/configure.ac
index a217b1d5a..28bf91056 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.55)
+AC_INIT(bluez, 5.56)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])