Release 5.22

System Internals / BlueZ - Marcel Holtmann [holtmann.org] - 6 August 2014 14:08 UTC



###

diff --git a/ChangeLog b/ChangeLog
index 1a02fd7..47b8124 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 5.22:
+ Fix issue with UHID_OUTPUT events mapping.
+ Fix issue with UHID_FEATURE events handling.
+ Fix issue with UINT32_MAX overflow and AVRCP.
+ Fix issue when dirent type DT_UNKNOWN is returned.
+ Add support for kernel whitelist filtering feature.
+ Add support for Android Bluetooth GATT over BR/EDR.
+
ver 5.21:
Fix issue with SDP requests and wrong PDU size.
Fix issue with handling passive scanning triggers.
diff --git a/configure.ac b/configure.ac
index 8cbe1b8..75e3cf9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.21)
+AC_INIT(bluez, 5.22)

AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])

0d3f8e1 Release 5.22
ChangeLog | 8 ++++++++
configure.ac | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)

Upstream: git.kernel.org


  • Share