summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-11-15 15:07:36 -0800
committerMarcel Holtmann <marcel@holtmann.org>2013-11-15 15:07:36 -0800
commitb3203173bc7e001d74d4ec01bb365e7caf6fdd37 (patch)
tree2ba66f2f9b7e27601cae3a58a08150b6f2a0cf23
parent40a960d2e4d1017521ea2eb577ff072c72965704 (diff)
downloadbluez-5.11.tar.gz
Release 5.115.11
-rw-r--r--ChangeLog12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fc9b3d7f2..ca48336b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+ver 5.11:
+ Fix issue with connection attempt when not powered.
+ Fix issue with assigning player to AVRCP target role.
+ Fix issue with OBEX default cache directory.
+ Fix issue with SDP search error handling.
+ Fix issue with processing of SDP records.
+ Fix issue with HID to HCI switching utility.
+ Fix issue with mgmt end-to-end testing tool.
+ Fix issue with L2CAP end-to-end testing tool.
+ Add support for SMP end-to-end testing tool.
+ Add support for more Wii controllers.
+
ver 5.10:
Fix issue with discoverable timeout handling.
Fix issue with MAP messages and record version.
diff --git a/configure.ac b/configure.ac
index b4d3998de..949846efe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.10)
+AC_INIT(bluez, 5.11)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])