summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-03-31 23:19:33 +0200
committerMarcel Holtmann <marcel@holtmann.org>2015-03-31 23:19:33 +0200
commit992e7f5cb288cee42453fa018c381984c86fd217 (patch)
tree2639cf1d75c06937f0dc7a25dfea1265c055120e
parente30f102315522853046d380a5738cf26cc38afff (diff)
downloadbluez-5.30.tar.gz
Release 5.305.30
-rw-r--r--ChangeLog10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
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])