From 70f8ef74f2fe4564431751b29bd7be27787b8cc8 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 19 Jun 2013 08:22:52 +0200 Subject: [PATCH] Release 5.6 --- ChangeLog | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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]) -- 2.47.3