From e2cae3f9d5d47560c2b9c01f021d60a6620ee342 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 6 Sep 2020 15:51:06 +0200 Subject: [PATCH] Release 5.55 Signed-off-by: Anuj Jain Signed-off-by: Ayush Garg --- ChangeLog | 23 +++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 25aef0d..1607cd6 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +ver 5.55: + Fix issue with handling security level for HoG. + Fix issue with handling HIDSDPDisable attribute. + Fix issue with handling HID virtual cable unplug. + Fix issue with handling HID channel disconnect order. + Fix issue with handling AVDTP delay reporting states. + Fix issue with handling AVRCP notification events. + Fix issue with handling AVRCP list player attributes. + Fix issue with handling AVRCP category 1 player settings. + Fix issue with handling AVRCP media player passthrough bitmask. + Fix issue with handling HFP 1.7 default features. + Fix issue with handling GATT disconnecting handling. + Fix issue with handling GATT database hash. + Fix issue with handling service changed characteristic. + Fix issue with handling read of multiple characteristic values. + Fix issue with handling Just-Works auto-accept pairing. + Fix issue with handling authentication of bonded devices. + Fix issue with handling L2CAP streaming mode for AVDTP. + Fix issue with handling SysEx parser for MIDI support. + Fix issue with handling configured scan parameter values. + Fix issue with handling temporary devices removal. + Fix issue with handling advertising flags. + 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. diff --git a/configure.ac b/configure.ac index 970f015..11b3e6b 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(bluez, 5.54) +AC_INIT(bluez, 5.55) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules tar-pax no-dist-gzip dist-xz]) -- 2.7.4