summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-09-08 05:20:15 +0200
committerMarcel Holtmann <marcel@holtmann.org>2014-09-08 05:20:15 +0200
commit28559cf267bd178d3f79de66a213042afa86b70b (patch)
tree225b83fc43a4d13f870cc48a2e87d955de2f6924
parent9ca0bce6313ae6d430a4169279785dc186838cbe (diff)
downloadbluez-28559cf267bd178d3f79de66a213042afa86b70b.tar.gz
Release 5.235.23
-rw-r--r--ChangeLog10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 47b812455..f5c88f545 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+ver 5.23:
+ Fix issue with concurrent authorization requests.
+ Fix issue with HID report identifier mismatch.
+ Fix issue with crash when receiving uHID events.
+ Fix issue with crash and OBEX disconnect handling.
+ Fix issue with OBEX client transfers and suspend.
+ Fix issue with parsing of MAP application parameters.
+ Fix issue with devices rejecting AVRCP GetCapabilities.
+ Add support for kernel whitelist and Android Bluetooth.
+
ver 5.22:
Fix issue with UHID_OUTPUT events mapping.
Fix issue with UHID_FEATURE events handling.
diff --git a/configure.ac b/configure.ac
index 75e3cf92c..9bdd2390f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.22)
+AC_INIT(bluez, 5.23)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])