summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-08-07 22:32:56 -0700
committerMarcel Holtmann <marcel@holtmann.org>2013-08-07 22:32:56 -0700
commitc4db4db6bfd5173e9c7e780089e3cecc93827f52 (patch)
treef30956418b6b398a458002d2c21dac74634999ef
parent8b11a12173acc9ec05ccc608d03ec622920041ef (diff)
downloadbluez-5.8.tar.gz
Release 5.85.8
-rw-r--r--ChangeLog12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
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])