summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-02-02 09:32:49 +0100
committerMarcel Holtmann <marcel@holtmann.org>2015-02-02 09:32:49 +0100
commitad410057b17933339774fa7e4a12bfc87bfd545d (patch)
treeb90e9f0b5ef86a225d087b3fc970580cd31dc9d5
parent41304925a6c543d4a53c520090e6d534de87b187 (diff)
downloadbluez-ad410057b17933339774fa7e4a12bfc87bfd545d.tar.gz
Release 5.285.28
-rw-r--r--ChangeLog14
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 1 deletions
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])