Diff between de948fc8ce0b8bd85edb8d7ba65b9feb91e75994 and 1285bca9bde014a292e67632f83ef6e3386eb262

Changed Files

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

Full Patch

diff --git a/ChangeLog b/ChangeLog
index 16ef095..6ad8544 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+ver 5.59:
+	Fix issue with string to UUID-32 conversion.
+	Fix issue with connect request if SDP search failed.
+	Fix issue with accepting invalid AVDTP capabilities.
+	Fix issue with unregister handling of AVRCP player.
+
 ver 5.58:
 	Fix issue with usage of deprecated GLib functions.
 
diff --git a/configure.ac b/configure.ac
index af700eb..a7b39fc 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.58)
+AC_INIT(bluez, 5.59)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
 					tar-pax no-dist-gzip dist-xz])