Diff between 8ab0f188768beb70f84ab8a0c4c8906e83ee3b29 and 6de4bdb957cdc85d89851420ab06ca8e226f8d4e

Changed Files

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

Full Patch

diff --git a/ChangeLog b/ChangeLog
index c04d769..2144854 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+ver 5.51:
+	Fix issue with first agent not being registered as default.
+	Fix issue with loading devices without Service Changed CCC.
+	Fix issue with GATT client and extended property reading.
+	Fix issue with handling GATT client invalid read behavior.
+	Fix issue with handling GATT disconnect handler removal.
+	Fix issue with missing GATT/GAP service records for SDP.
+	Fix issue with checking SDP continuation state length.
+	Fix issue with HID device removal on HoG disconnect.
+	Fix issue with AVDTP and session destroy handling.
+	Fix issue with AVCTP and output MTU accounting.
+	Fix issue with AVRCP and creating media items.
+	Add support for GATT database caching feature.
+	Add experimental support for Bluetooth Mesh Profile.
+
 ver 5.50:
 	Fix issue with GATT and reading long values.
 	Fix issue with GATT and reading multiple includes.
diff --git a/configure.ac b/configure.ac
index 76612ff..d0a4c2e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(bluez, 5.50)
+AC_INIT(bluez, 5.51)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
 					tar-pax no-dist-gzip dist-xz])