From c4db4db6bfd5173e9c7e780089e3cecc93827f52 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 7 Aug 2013 22:32:56 -0700 Subject: [PATCH] Release 5.8 --- ChangeLog | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 52b98ef06..6d343941f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +ver 5.8: + Fix issue with missing OBEX session properties. + Fix issue with missing SDP service refresh. + Fix issue with SDP attribute range check. + Fix issue with priority for SDP transactions. + Fix issue with service discovery after pairing. + Fix issue with race condition in service list. + Fix issue with input service state transition. + Fix issue with default authorization for profiles. + Fix issue with AVRCP browsing channel connections. + Add support for AVRCP role agnostic sessions. + ver 5.7: Fix issue with missing UUID discovery during pairing. Fix issue with broken patch for SDP range check handling. diff --git a/configure.ac b/configure.ac index 7954dfd37..d93a0069f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(bluez, 5.7) +AC_INIT(bluez, 5.8) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules tar-pax no-dist-gzip dist-xz]) -- 2.47.3