From 0d1e3b9c5754022c779da129025d493a198d49cf Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 27 Dec 2017 00:02:06 +0100 Subject: [PATCH] Release 5.48 --- ChangeLog | 18 ++++++++++++++++++ configure.ac | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e187ba73b..b78d29a15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +ver 5.48: + Fix issue with subscriptions for unpaired devices. + Fix issue with handling A2DP and no available SEP. + Fix issue with handling AVCTP change path support. + Fix issue with handling AVCTP browsing channel. + Fix issue with handling AVCTP passthrough PDUs. + Fix issue with handling detaching of controller. + Fix issue with handling start discovery results. + Fix issue with handling non-connectable devices. + Fix issue with handling unused parameter in WriteValue. + Add support for service side AcquireWrite and AcquireNotify. + Add support for providing address type information. + Add support for cable based authentication and pairing. + Add support for Bluetooth Low-Energy battery service. + Add support for BTP client for qualification testing. + Add support for additional Mesh control functionality. + Mark advertising manager APIs as stable interfaces. + ver 5.47: Fix issue with handling AcquireNotify registration. Fix issue with handling support for reconnection interval. diff --git a/configure.ac b/configure.ac index fcba28543..a7d936c0f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(bluez, 5.47) +AC_INIT(bluez, 5.48) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules tar-pax no-dist-gzip dist-xz]) -- 2.47.3