From 4989b7993ba5f79bdae9322f36ba6a46d05db346 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 26 May 2016 18:49:03 +0200 Subject: [PATCH] Release 5.40 --- ChangeLog | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ce664b4ef..dab8141c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +ver 5.40: + Fix issue with not storing GATT attributes. + Fix issue with optional GATT notifications. + Fix issue with reading GATT extended properties. + Fix issue with GATT device name properties. + Fix issue with previously paired devices. + Fix issue with handling device removal. + Fix issue with profile connection handling. + Add support for TTY monitor protocol. + ver 5.39: Fix issue with missing uHID kernel support. Fix issue with GATT reliable write handling. diff --git a/configure.ac b/configure.ac index 1af8e004f..62c82ea62 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(bluez, 5.39) +AC_INIT(bluez, 5.40) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules tar-pax no-dist-gzip dist-xz]) -- 2.47.3