summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-01-25 22:08:26 +0100
committerMarcel Holtmann <marcel@holtmann.org>2011-01-25 22:08:26 +0100
commit9963f1b1e2d119de8f74c43965ddf8a38b26ea18 (patch)
treecaba63ee6d7021b61d906548e6f330f76c310a50
parent9634f5c410e761219037129f71c591459a854391 (diff)
downloadbluez-9963f1b1e2d119de8f74c43965ddf8a38b26ea18.tar.gz
Release 4.874.87
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7633be08b..eb7583394 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+ver 4.87:
+ Fix issue with initialization when adapter is already up.
+ Fix issue with attribute server MTU and incoming connections.
+ Fix issue with duplicate characteristics after discovery.
+
ver 4.86:
Revert wrong fix for SDP PDU size error response.
Fix various memory leaks in A2DP and AVDTP support.
diff --git a/configure.ac b/configure.ac
index 4a979f039..bebdc9c96 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 4.86)
+AC_INIT(bluez, 4.87)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)