Diff between 6952359292e8524df046510d35ccaa8d843ceb77 and e002fd43636090ac246f80f5de6195055384dfed

Changed Files

File Additions Deletions Status
ChangeLog +4 -0 modified
configure.ac +1 -1 modified

Full Patch

diff --git a/ChangeLog b/ChangeLog
index 2144854..8758e0e 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 916c169..57a816f 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])