summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-09-04 03:16:14 +0200
committerMarcel Holtmann <marcel@holtmann.org>2015-09-04 03:16:14 +0200
commit324c585bfa277f72eb57255cbf1ee8620910758d (patch)
tree1cc2c128faac2889a96fb1f0492370e033baa14c
parent7dd976a6ac43dca8c7b6a3e80fa3f7b4a65a2658 (diff)
downloadbluez-5.34.tar.gz
Release 5.345.34
-rw-r--r--ChangeLog9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fbd407af8..9b40f7dd8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+ver 5.34:
+ Fix issue with GATT profiles and auto-connect.
+ Fix issue with missing GoepL2CapPsm SDP data.
+ Fix issue with suspending AVDTP endpoints.
+ Fix issue with audio service state on disconnect.
+ Add support for AVRCP Set Addressed Player feature.
+ Add support for AVRCP Get Folder Items feature.
+ Add support for Android 5.1 HFP WBS callbacks.
+
ver 5.33:
Fix issue with memory leak in GATT database.
Fix issue with AVDTP set configuration handling.
diff --git a/configure.ac b/configure.ac
index 813400b84..92b468df8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.33)
+AC_INIT(bluez, 5.34)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])