summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-01-20 12:25:31 +0100
committerMarcel Holtmann <marcel@holtmann.org>2011-01-20 12:25:31 +0100
commit80caa32b6f0c0a774c8334295ee71b658acff630 (patch)
tree14cd4ed1995b2bc9f84fa05a0b8e295b8633df80
parent8648c3b198f7585d49b89b43b2780ec80aaef72a (diff)
downloadbluez-4.86.tar.gz
Release 4.864.86
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e0b8a503..7633be08b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+ver 4.86:
+ Revert wrong fix for SDP PDU size error response.
+ Fix various memory leaks in A2DP and AVDTP support.
+ Add Routing property to MediaTransport interface
+ Add proper tracking mechanism to NREC status.
+ Add READ_BLOB_REQUEST support to attribute server.
+
ver 4.85:
Fix issue with event mask setting for older adapters.
Fix issue with device creation and pairing failures.
diff --git a/configure.ac b/configure.ac
index 1ec2dfda9..4a979f039 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 4.85)
+AC_INIT(bluez, 4.86)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)