Release 5.39

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



###

diff --git a/ChangeLog b/ChangeLog
index ed3bff6..ce664b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+ver 5.39:
+ Fix issue with missing uHID kernel support.
+ Fix issue with GATT reliable write handling.
+ Fix issue with GATT service changed handling.
+ Fix issue with GATT execute write handling.
+ Fix issue with AVRCP player event handling.
+ Fix issue with AVRCP controller handling.
+ Fix issue with AVDTP connection handling.
+ Fix issue with AVDTP error handling.
+
ver 5.38:
Fix issue with stack overflow and UUID handling.
Fix issue with ObjectManager interface and GATT.
diff --git a/configure.ac b/configure.ac
index 1679a47..1af8e00 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.38)
+AC_INIT(bluez, 5.39)

AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])

969cc06 Release 5.39
ChangeLog | 10 ++++++++++
configure.ac | 2 +-
2 files changed, 11 insertions(+), 1 deletion(-)

Upstream: git.kernel.org


  • Share