Diff between 022756d28ecb48d3d93eb4df3c0d0e3647f5c220 and 9ea3f21c6e79493ab486a7424b0b146fb3eadd25

Changed Files

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

Full Patch

diff --git a/ChangeLog b/ChangeLog
index 9157604..9c820e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+ver 5.2:
+	Fix issue with connection handling for Low Energy.
+	Fix issue with broken device discovery handling.
+	Fix issue with invalid memory access within A2DP.
+	Fix issue with handling empty path name of SetPath.
+	Fix issue with handling Message Access Profile filters.
+	Fix issue with handling network service unregistration.
+	Fix issue with not handling bogus device pairing results.
+	Fix issue with initial service discovery and profile manager.
+	Add support for AVRCP volume notifications.
+	Add support for AVRCP browsing commands.
+
 ver 5.1:
 	Fix issue with crash when removing OBEX session.
 	Fix issue with HID device disconnected from kernel.
diff --git a/configure.ac b/configure.ac
index 09e9d4a..6b35492 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(bluez, 5.1)
+AC_INIT(bluez, 5.2)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
 					tar-pax no-dist-gzip dist-xz])