summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2019-10-31 07:58:44 +0100
committerMarcel Holtmann <marcel@holtmann.org>2019-10-31 07:58:44 +0100
commite002fd43636090ac246f80f5de6195055384dfed (patch)
tree340ab391e86a49730fcc6d9f155f947c2e3dd64e
parent6952359292e8524df046510d35ccaa8d843ceb77 (diff)
downloadbluez-e002fd43636090ac246f80f5de6195055384dfed.tar.gz
Release 5.525.52
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 214485416..8758e0e79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+ver 5.52:
+ Fix issue with AVDTP session disconnect timeout handling.
+ Mark media endpoint APIs as stable interfaces.
+
ver 5.51:
Fix issue with first agent not being registered as default.
Fix issue with loading devices without Service Changed CCC.
diff --git a/configure.ac b/configure.ac
index 916c16977..57a816fd5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.51)
+AC_INIT(bluez, 5.52)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])