From d5b72193674060907e7f7ce8bf76dc3d3d72ed4a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 24 Jul 2022 22:59:52 +0200 Subject: [PATCH] Release 5.65 Signed-off-by: Manika Shrivastava Signed-off-by: Ayush Garg --- ChangeLog | 16 ++++++++++++++++ configure.ac | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a6f6b96..11221a9 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +ver 5.65: + Fix issue with A2DP cache invalidation handling. + Fix issue with A2DP and not initialized SEP codec. + Fix issue with A2DP and multiple SetConfiguration to same SEP + Fix issue with AVRCP and not properly initialized volume. + Fix issue with SDP records when operating in LE only mode. + Fix issue with HoG and not reading report map of instances. + Fix issue with GATT server crashing while disconnecting. + Fix issue with not removing connected devices. + Fix issue with enabling wake support without RPA Resolution. + Fix issue with pairing failed due to the error of Already Paired. + Add support for CONFIGURATION_DIRECTORY environment variable. + Add support for STATE_DIRECTORY environment variable. + Add support for "Bonded" property with Device API. + Add experimental support for ISO socket. + ver 5.64: Fix issue with handling A2DP discover procedure. Fix issue with media endpoint replies and SetConfiguration. diff --git a/configure.ac b/configure.ac index 58fcfa3..7e6ec58 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.64) +AC_INIT(bluez, 5.65) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules tar-pax no-dist-gzip dist-xz]) -- 2.7.4