summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-03-25 20:32:49 -0700
committerMarcel Holtmann <marcel@holtmann.org>2014-03-25 20:32:49 -0700
commit675546f3e138cca79c1c6deedaeaed859ef6ceac (patch)
tree70d97c8bd0746e339326860e1b21d4da8728f00f
parentb395f39ff2b942b7c06f9c8064b2a8dfe28acd88 (diff)
downloadbluez-675546f3e138cca79c1c6deedaeaed859ef6ceac.tar.gz
Release 5.175.17
-rw-r--r--ChangeLog9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3937b2a6a..989c8a341 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+ver 5.17:
+ Fix issue with not resetting OBEX SRM setup.
+ Fix issue with BR/EDR devices and auto-connect list.
+ Fix issue with bonding complete detection as peripheral.
+ Fix issue with not updating bearer timestamp of connections.
+ Fix issue with paired property for multiple bearers.
+ Add support for Android Bluetooth Handsfree interface.
+ Add support for Android Bluetooth Wideband speech.
+
ver 5.16:
Fix issue with HID over GATT physical location.
Fix issue with HID over GATT unique identifier.
diff --git a/configure.ac b/configure.ac
index d29840c37..0ab2df157 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.16)
+AC_INIT(bluez, 5.17)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])