summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2021-07-07 15:42:45 +0200
committerMarcel Holtmann <marcel@holtmann.org>2021-07-07 15:42:45 +0200
commite1432e7b8d09f557115d2537dc36f2fce76be209 (patch)
treeaedf0c782b9720c7dfc29c5d260efb3a5ab5753b
parent33b9f85dac12bfaf718f6cd030ef6eff5102ebd8 (diff)
downloadbluez-e1432e7b8d09f557115d2537dc36f2fce76be209.tar.gz
Release 5.605.60
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ad854471..917561aec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 5.60:
+ Fix issue with reading from RFKILL device node.
+ Fix issue with AVDTP and parsing capabilities.
+ Fix issue with UnregisterApplication handling.
+ Fix issue with RegisterProfile if UUID already exists.
+ Fix issue with GATT client attribute read with offset.
+ Fix issue with non-discoverable device and advertising monitor.
+
ver 5.59:
Fix issue with string to UUID-32 conversion.
Fix issue with connect request if SDP search failed.
diff --git a/configure.ac b/configure.ac
index a7b39fce8..be32782a6 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.59)
+AC_INIT(bluez, 5.60)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])