summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2021-08-22 06:27:18 +0200
committerAyush Garg <ayush.garg@samsung.com>2022-03-11 19:08:36 +0530
commit817410cf1b97b42d88f793ccb5f72d83de9d9d1f (patch)
tree412fe5a5cca0618c6383a75e5d9b6a30152ec12a
parent7586094ce135cdbe4200f5a6e36658a9b35659e6 (diff)
downloadbluez-817410cf1b97b42d88f793ccb5f72d83de9d9d1f.tar.gz
bluez-817410cf1b97b42d88f793ccb5f72d83de9d9d1f.tar.bz2
bluez-817410cf1b97b42d88f793ccb5f72d83de9d9d1f.zip
Release 5.61
Signed-off-by: Anuj Jain <anuj01.jain@samsung.com> Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
-rwxr-xr-xChangeLog8
-rwxr-xr-xconfigure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 917561ae..3d5b73f8 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 5.61:
+ Fix issue with A2DP while waiting for command response.
+ Fix issue with A2DP when SetConfiguration fails.
+ Fix issue with device removal handling.
+ Fix issue with storing discoverable setting.
+ Add support for Central Address Resolution characteristic.
+ Add support for admin policy plugin.
+
ver 5.60:
Fix issue with reading from RFKILL device node.
Fix issue with AVDTP and parsing capabilities.
diff --git a/configure.ac b/configure.ac
index 77927f97..fcf603b6 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.60)
+AC_INIT(bluez, 5.61)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])