summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2016-03-18 03:15:59 +0100
committerMarcel Holtmann <marcel@holtmann.org>2016-03-18 03:15:59 +0100
commit90af4e53bb91408d05648c1ac6b4d5f435ed6be0 (patch)
treeb771243197cf8f55e06208c30129b8a4471193c0
parent63233aa031dfd688eb76151b9fbce1e381a9fb8e (diff)
downloadbluez-90af4e53bb91408d05648c1ac6b4d5f435ed6be0.tar.gz
Release 5.385.38
-rw-r--r--ChangeLog10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c7a4fc003..ed3bff686 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+ver 5.38:
+ Fix issue with stack overflow and UUID handling.
+ Fix issue with ObjectManager interface and GATT.
+ Fix issue with GATT database and error handling.
+ Fix issue with GATT client notifications.
+ Fix issue with GATT object ordering.
+ Fix issue with GATT default MTU exchange.
+ Fix issue with device attribute clearing.
+ Fix issue with AVRCP capabilities request.
+
ver 5.37:
Fix issue with registering external profiles.
Fix issue with connecting external profiles.
diff --git a/configure.ac b/configure.ac
index 7ec7c322f..bf4012687 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.37)
+AC_INIT(bluez, 5.38)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])