summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog16
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a6f6b9668..11221a961 100644
--- 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 17f6d80d3..91fd19411 100644
--- 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])