summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2021-06-13 21:55:15 +0200
committerMarcel Holtmann <marcel@holtmann.org>2021-06-13 21:55:15 +0200
commit1285bca9bde014a292e67632f83ef6e3386eb262 (patch)
tree6190cb8b86d37d08e68cf99f7a108fd2793a854d
parentde948fc8ce0b8bd85edb8d7ba65b9feb91e75994 (diff)
downloadbluez-1285bca9bde014a292e67632f83ef6e3386eb262.tar.gz
Release 5.595.59
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 16ef095fd..6ad854471 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 af700eb13..a7b39fce8 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])