Diff between 5061ec4178dd5c5340fd097b967b9f70f6d44d67 and 9d753065494edaddf436484de3377bf7c3d64263

Changed Files

File Additions Deletions Status
ChangeLog +16 -0 modified
configure.ac +1 -1 modified

Full Patch

diff --git a/ChangeLog b/ChangeLog
index a6f6b96..11221a9 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 17f6d80..91fd194 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])