summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-07-04 21:09:58 +0200
committerMarcel Holtmann <marcel@holtmann.org>2014-07-04 21:09:58 +0200
commitf3cf06f3034be2267c363c94d1e2ee77f8310e23 (patch)
tree99dfd2412fbbdbf9ac935adcc86f05bef5c5dc37
parent571ddc03f28aaeefa5c07ad7ea1dac12b54d7403 (diff)
downloadbluez-5.21.tar.gz
Release 5.215.21
-rw-r--r--ChangeLog9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 25ce5ca68..1a02fd766 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+ver 5.21:
+ Fix issue with SDP requests and wrong PDU size.
+ Fix issue with handling passive scanning triggers.
+ Add support for storing and loading connection parameters.
+ Add support for kernel background auto-connection feature.
+ Add support for Android Bluetooth Scan Parameters feature.
+ Add support for Android Bluetooth Device Information feature.
+ Add support for Android Bluetooth Health Device interface.
+
ver 5.20:
Fix issue with LED handling of PS3 controllers.
Add support for Android Bluetooth GATT server interface.
diff --git a/configure.ac b/configure.ac
index fb6b5022e..9a7ab47e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.20)
+AC_INIT(bluez, 5.21)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])