From 953d9bc294a664ea5b5100eaf58527d7813914ba Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 7 Jul 2021 15:42:45 +0200 Subject: [PATCH] Release 5.60 Signed-off-by: Anuj Jain Signed-off-by: Ayush Garg --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6ad8544..917561a 100755 --- 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 ad7eb63..6e444d1 100755 --- 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]) -- 2.7.4