From 90af4e53bb91408d05648c1ac6b4d5f435ed6be0 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 18 Mar 2016 03:15:59 +0100 Subject: [PATCH] Release 5.38 --- ChangeLog | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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]) -- 2.47.3