From fe0f9723f57a02f9598e878192cd505b18ae0d4a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 16 Mar 2022 16:04:29 +0100 Subject: [PATCH] Release 5.64 Signed-off-by: Manika Shrivastava Signed-off-by: Ayush Garg --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c9a5d3c..a6f6b96 100755 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/configure.ac b/configure.ac index 9f287ee..58fcfa3 100755 --- a/configure.ac +++ b/configure.ac @@ -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]) -- 2.7.4