summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-02-21 22:10:13 -0800
committerMarcel Holtmann <marcel@holtmann.org>2014-02-21 22:10:13 -0800
commite94fc26ea2e57b139ed2dbe0f5cd2e86d6b91b1f (patch)
treec72cf37d9d47d004320e257b09eaf9091c49114d
parentc7ccca80274c5c281a5b6d0b1e6cccf8b7229bfb (diff)
downloadbluez-5.15.tar.gz
Release 5.155.15
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0911fde25..09deed043 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 5.15:
+ Fix issue with LE enabling and background scanning.
+ Fix issue with HID over GATT input device name.
+ Fix issue with storage of slave long term keys.
+ Add support for handling identity resolving keys.
+ Add support for Android Bluetooth A2DP interface.
+ Add support for Android Bluetooth audio interface.
+
ver 5.14:
Fix issue with marking PS3 controllers as trusted.
Fix issue with authorization of PS3 controllers.
diff --git a/configure.ac b/configure.ac
index f607d7a41..186a9071f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.14)
+AC_INIT(bluez, 5.15)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])