From 969cc06e08d613f58b113bbc60c2ba25dfda3b25 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 5 Apr 2016 00:15:47 +0200 Subject: [PATCH] Release 5.39 --- ChangeLog | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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]) -- 2.47.3