From ad410057b17933339774fa7e4a12bfc87bfd545d Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 2 Feb 2015 09:32:49 +0100 Subject: [PATCH] Release 5.28 --- ChangeLog | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dacede115..2c3882840 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +ver 5.28: + Fix issue with GATT device discovery and probing. + Fix issue with bearer selection for dual-mode devices. + Fix issue with device removal while connected. + Fix issue with device name setting from inquiry response. + Fix issue with missing termination of name characteristic. + Fix issue with UTF-8 length handling for device name. + Fix issue with AVCTP key auto release handling. + Fix issue with AVCTP key press repetition handling. + Fix issue with payload sizes and GATT notifications. + Fix issue with memory corruption and GATT notifications. + Add support for HID proxy switching and CSR 8510 A10 devices. + Add support for Broadcom hex2hcd conversion utility. + ver 5.27: Fix issue with endian handling and management interface. Fix issue with pending GATT operations when disconnecting. diff --git a/configure.ac b/configure.ac index 4739c10f9..71fb14d66 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(bluez, 5.27) +AC_INIT(bluez, 5.28) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules tar-pax no-dist-gzip dist-xz]) -- 2.47.3