Release 5.38

System Internals / BlueZ - Marcel Holtmann [holtmann.org] - 17 March 2016 21:15 UTC



###

diff --git a/ChangeLog b/ChangeLog
index c7a4fc0..ed3bff6 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 7ec7c32..bf40126 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])

90af4e5 Release 5.38
ChangeLog | 10 ++++++++++
configure.ac | 2 +-
2 files changed, 11 insertions(+), 1 deletion(-)

Upstream: git.kernel.org


  • Share