summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2017-09-14 11:43:32 +0200
committerMarcel Holtmann <marcel@holtmann.org>2017-09-14 11:43:32 +0200
commitd139fd866241fe0d99b5e430f937c8d6160cc7dd (patch)
tree1f5fa8b41ad8e875171c677c50a450cec7d02b6c
parent4c476cebc102212b23a4513ad16fa92548bfc96b (diff)
downloadbluez-d139fd866241fe0d99b5e430f937c8d6160cc7dd.tar.gz
Release 5.475.47
-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])