From 78a6366af428fe5da97f5dcc4dd82d2ecd67d9ab Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 26 Jun 2013 10:10:50 -0700 Subject: [PATCH] Release 5.7 --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7015aa17f..52b98ef06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +ver 5.7: + Fix issue with missing UUID discovery during pairing. + Fix issue with broken patch for SDP range check handling. + Fix issue with AVRCP usage of UID=0 for paused/stopped. + Add support MAP notification dispatching. + ver 5.6: Fix issue with incoming connections without SDP record. Fix issue with canceling ongoing device connections. diff --git a/configure.ac b/configure.ac index 22a682539..7954dfd37 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(bluez, 5.6) +AC_INIT(bluez, 5.7) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules tar-pax no-dist-gzip dist-xz]) -- 2.47.3