summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 63191df26..e187ba73b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+ver 5.47:
+ Fix issue with handling AcquireNotify registration.
+ Fix issue with handling support for reconnection interval.
+ Fix issue with handling A2DP transport and accepting streams.
+ Fix issue with fallback from BR/EDR to LE bearer handling.
+ Add support for appearance and local name advertising data.
+ Add support for retrieving the supported discovery filters.
+ Add support for decoding Bluetooth 5.0 commands and events.
+ Add support for decoding Bluetooth Mesh advertising bearer.
+ Add support for Bluetooth Mesh control application.
+
ver 5.46:
Fix issue with handling ATT over BR/EDR connections.
Fix issue with SDP browsing cleanup after connection.
diff --git a/configure.ac b/configure.ac
index 6640351d4..964101412 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.46)
+AC_INIT(bluez, 5.47)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])