summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2016-04-05 00:15:47 +0200
committerMarcel Holtmann <marcel@holtmann.org>2016-04-05 00:15:47 +0200
commit969cc06e08d613f58b113bbc60c2ba25dfda3b25 (patch)
tree8133a8628fd84b87f62ab8337f5ae689b8da8a20
parent49ad9f8632f1b3a48eac355d0008ad163e51447f (diff)
downloadbluez-969cc06e08d613f58b113bbc60c2ba25dfda3b25.tar.gz
Release 5.395.39
-rw-r--r--ChangeLog10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ed3bff686..ce664b4ef 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 1679a4767..1af8e004f 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])