Diff between 8f90b38846ccf0b07a680bc08075a557d166832a and 0d1e3b9c5754022c779da129025d493a198d49cf

Changed Files

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

Full Patch

diff --git a/ChangeLog b/ChangeLog
index e187ba7..b78d29a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+ver 5.48:
+	Fix issue with subscriptions for unpaired devices.
+	Fix issue with handling A2DP and no available SEP.
+	Fix issue with handling AVCTP change path support.
+	Fix issue with handling AVCTP browsing channel.
+	Fix issue with handling AVCTP passthrough PDUs.
+	Fix issue with handling detaching of controller.
+	Fix issue with handling start discovery results.
+	Fix issue with handling non-connectable devices.
+	Fix issue with handling unused parameter in WriteValue.
+	Add support for service side AcquireWrite and AcquireNotify.
+	Add support for providing address type information.
+	Add support for cable based authentication and pairing.
+	Add support for Bluetooth Low-Energy battery service.
+	Add support for BTP client for qualification testing.
+	Add support for additional Mesh control functionality.
+	Mark advertising manager APIs as stable interfaces.
+
 ver 5.47:
 	Fix issue with handling AcquireNotify registration.
 	Fix issue with handling support for reconnection interval.
diff --git a/configure.ac b/configure.ac
index fcba285..a7d936c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(bluez, 5.47)
+AC_INIT(bluez, 5.48)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
 					tar-pax no-dist-gzip dist-xz])