From: Marcel Holtmann Date: Sun, 6 Sep 2020 13:51:06 +0000 (+0200) Subject: Release 5.55 X-Git-Tag: submit/tizen/20210606.232858~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e2cae3f9d5d47560c2b9c01f021d60a6620ee342;p=platform%2Fupstream%2Fbluez.git Release 5.55 Signed-off-by: Anuj Jain Signed-off-by: Ayush Garg --- diff --git a/ChangeLog b/ChangeLog index 25aef0d8..1607cd61 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 970f0157..11b3e6b4 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])