From 992e7f5cb288cee42453fa018c381984c86fd217 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 31 Mar 2015 23:19:33 +0200 Subject: [PATCH] Release 5.30 --- ChangeLog | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f8e76130c..8aed8be7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +ver 5.30: + Fix compilation error in C++ due to inline function. + Fix issue with missing storage of device information. + Fix issue with GATT client and gaps in service handles. + Fix issue with AVDTP discovery callback crashing. + Fix issue with AVCTP channel handling in case of conflicts. + Fix issue with AVRCP target and get capabilities command. + Add experimental support for LE advertising manager API. + Add support for Android 5.1 GATT MTU exchange API. + ver 5.29: Fix issue with AVCTP initial key repeat timeout. Fix issue with Android application disconnect handling. diff --git a/configure.ac b/configure.ac index 68c0ae437..1016ee4ee 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(bluez, 5.29) +AC_INIT(bluez, 5.30) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules tar-pax no-dist-gzip dist-xz]) -- 2.47.3