Diff between bf86e3ab0da91bb17524fb7218d59c020cd33505 and 0d3f8e1c552b3604c015d4899bce5ec0c754fac8

Changed Files

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

Full Patch

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])