Skip to content

Commit

Permalink
Release 5.55
Browse files Browse the repository at this point in the history
  • Loading branch information
holtmann committed Sep 6, 2020
1 parent a73d080 commit 5a180f2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down

0 comments on commit 5a180f2

Please sign in to comment.