From 3f0f944ea7851815d05b3e166fbd9d90fd2af611 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 19 Sep 2019 19:57:40 +0200 Subject: [PATCH] Release 5.51 Signed-off-by: himanshu --- ChangeLog | 15 +++++++++++++++ configure.ac | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c04d769..2144854 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +ver 5.51: + Fix issue with first agent not being registered as default. + Fix issue with loading devices without Service Changed CCC. + Fix issue with GATT client and extended property reading. + Fix issue with handling GATT client invalid read behavior. + Fix issue with handling GATT disconnect handler removal. + Fix issue with missing GATT/GAP service records for SDP. + Fix issue with checking SDP continuation state length. + Fix issue with HID device removal on HoG disconnect. + Fix issue with AVDTP and session destroy handling. + Fix issue with AVCTP and output MTU accounting. + Fix issue with AVRCP and creating media items. + Add support for GATT database caching feature. + Add experimental support for Bluetooth Mesh Profile. + ver 5.50: Fix issue with GATT and reading long values. Fix issue with GATT and reading multiple includes. diff --git a/configure.ac b/configure.ac index a2c69f8..df92aff 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(bluez, 5.50) +AC_INIT(bluez, 5.51) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules tar-pax no-dist-gzip dist-xz]) -- 2.7.4