summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2016-05-26 18:49:03 +0200
committerMarcel Holtmann <marcel@holtmann.org>2016-05-26 18:50:03 +0200
commit4989b7993ba5f79bdae9322f36ba6a46d05db346 (patch)
tree4322aa815bad80fdd5bfa6b3e9fc6e3105b77ded
parent87985db21c42746cb696c20088c3779af02903fb (diff)
downloadbluez-4989b7993ba5f79bdae9322f36ba6a46d05db346.tar.gz
Release 5.405.40
-rw-r--r--ChangeLog10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
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])