Skip to content

Commit

Permalink
Release 5.64
Browse files Browse the repository at this point in the history
  • Loading branch information
holtmann committed Mar 16, 2022
1 parent 411d63e commit 41f8c46
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
ver 5.64:
Fix issue with handling A2DP discover procedure.
Fix issue with media endpoint replies and SetConfiguration.
Fix issue with HoG queuing events before report map is read.
Fix issue with HoG and read order of GATT attributes.
Fix issue with HoG and not using UHID_CREATE2 interface.
Fix issue with failed scanning for 5 minutes after reboot.

ver 5.63:
Fix issue with storing IRK causing invalid read access.
Fix issue with disconnecting due to GattCharacteristic1.MTU.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0
AC_PREREQ(2.60)
AC_INIT(bluez, 5.63)
AC_INIT(bluez, 5.64)

AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])
Expand Down

0 comments on commit 41f8c46

Please sign in to comment.