summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog18
-rw-r--r--configure.ac2
2 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e187ba73b..b78d29a15 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 fcba28543..a7d936c0f 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])