From 0d3f8e1c552b3604c015d4899bce5ec0c754fac8 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 6 Aug 2014 21:08:17 +0200 Subject: [PATCH] Release 5.22 --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1a02fd766..47b812455 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 8cbe1b89b..75e3cf92c 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]) -- 2.47.3