summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])