summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-06-19 08:22:52 +0200
committerMarcel Holtmann <marcel@holtmann.org>2013-06-19 08:22:52 +0200
commit70f8ef74f2fe4564431751b29bd7be27787b8cc8 (patch)
tree92a6d83e4d221a8a1b37ededaf0d8a150440b257
parent82671d8b7ed4478203036b4fe33bf2e10f2825f1 (diff)
downloadbluez-70f8ef74f2fe4564431751b29bd7be27787b8cc8.tar.gz
Release 5.65.6
-rw-r--r--ChangeLog12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9bfec6bcd..7015aa17f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+ver 5.6:
+ Fix issue with incoming connections without SDP record.
+ Fix issue with canceling ongoing device connections.
+ Fix issue with handling failed connection attempts.
+ Fix issue with pending resume during A2DP open failures.
+ Fix issue with registering AVRCP unsupported notification.
+ Fix issue with listing available AVRCP target settings.
+ Fix issue with missing error for OBEX SetPath commands.
+ Fix issue with missing OBEX session command queue.
+ Fix issue with retrieving multiple MAP event reports.
+ Add support for command line player utility.
+
ver 5.5:
Fix issue with race condition between SDP and properties.
Fix issue with handling storage of private device addresses.
diff --git a/configure.ac b/configure.ac
index 3ae6fbe0a..22a682539 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.5)
+AC_INIT(bluez, 5.6)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])