From 8994b7f2bf817a7fea677ebe18f690a426088367 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 1 Jun 2018 10:36:21 +0200 Subject: [PATCH] Release 5.50 --- ChangeLog | 18 ++++++++++++++++++ configure.ac | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 16053c26f..c04d769ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +ver 5.50: + Fix issue with GATT and reading long values. + Fix issue with GATT and reading multiple includes. + Fix issue with GATT and service changes when offline. + Fix issue with handling secondary service discovery. + Fix issue with handling persistency of CCC values. + Fix issue with handling Mesh session on disconnection. + Fix issue with handling Mesh proxy PDU SAR message length. + Fix issue with handling Mesh default heartbeat TTL value. + Add support for Mesh node-reset operation handling. + Add support for GATT authorization request handling. + Add support for GATT minimum key size requirements. + Add support for GATT server and included services. + Add support for handling additional advertising data. + Add support for handling separate discoverable state. + Add support for enabling HFP version 1.7 features. + Add support for dedicated Bluetooth logging daemon. + ver 5.49: Fix issue with configuring discoverable advertising flag. Fix issue with bearer selection and single mode controllers. diff --git a/configure.ac b/configure.ac index 2daf1aaa4..24fa4a789 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(bluez, 5.49) +AC_INIT(bluez, 5.50) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules tar-pax no-dist-gzip dist-xz]) -- 2.47.3