summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-05-19 12:11:13 -0700
committerMarcel Holtmann <marcel@holtmann.org>2014-05-19 12:11:13 -0700
commit95f338a7fa8807c196ffa37c82b201ba4b987c3d (patch)
tree07df3a4a2a9ca5271ab3582170f548651132b99f
parent4f9577e675d1405a1ed03a80d7b9706b06bb2421 (diff)
downloadbluez-95f338a7fa8807c196ffa37c82b201ba4b987c3d.tar.gz
Release 5.195.19
-rw-r--r--ChangeLog12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fe6d5fa54..1c9fd1ac4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+ver 5.19:
+ Fix issue with OBEX Put-Delete and Create-Empty methods.
+ Fix issue with AVRCP browsable/searchable player properties.
+ Fix issue with handling multiple default agents.
+ Fix issue with handling unpair event per bearer.
+ Fix issue with HID over GATT report ID presence.
+ Add support for HID protocol handling in userspace.
+ Add support for Bluetooth reconnection policy framework.
+ Add support for Android Bluetooth SCO over HCI transport.
+ Add support for Android Bluetooth audio quality control.
+ Add support for Android Bluetooth Low Energy only mode.
+
ver 5.18:
Fix issue with identifying LE single mode devices.
Fix issue with L2CAP and RFCOMM peer address lookup.
diff --git a/configure.ac b/configure.ac
index e1a228865..d858ff689 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.18)
+AC_INIT(bluez, 5.19)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])