From 76302ef04a55b298e8d62952dfc86667ae8d1d0a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 10 Mar 2018 16:35:21 +0100 Subject: [PATCH] Release 5.49 Change-Id: Icf519908cc6e44b9e760ac7a904052d7a39bcffd Signed-off-by: Amit Purwar --- ChangeLog | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b78d29a..16053c2 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +ver 5.49: + Fix issue with configuring discoverable advertising flag. + Fix issue with bearer selection and single mode controllers. + Fix issue with Connect and ConnectProfile returning in progress. + Fix issue with missing Paired property change when not bonded. + Fix issue with storage for controllers without public address. + Fix issue with handling AVCTP disconnecting the channel queue. + Fix issue with not clearing connectable setting on power off. + Fix issue with creating multiple mgmt socket instances. + Fix issue with GATT server and BR/EDR only devices. + Fix issue with InterfaceAdded event ordering. + Add support for generic ConnectDevice method call. + Add support for Mesh heartbeat client functionality. + ver 5.48: Fix issue with subscriptions for unpaired devices. Fix issue with handling A2DP and no available SEP. diff --git a/configure.ac b/configure.ac index c3c7142..098d9d3 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(bluez, 5.48) +AC_INIT(bluez, 5.49) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules tar-pax no-dist-gzip dist-xz]) -- 2.7.4