summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-02-13 18:02:43 -0800
committerMarcel Holtmann <marcel@holtmann.org>2011-02-13 18:02:43 -0800
commit39551a69e903bc6ddf4cfe6a9d99b1c31f7927ff (patch)
tree5a9d514b0eb67672711182068086a044d49059eb
parent1bbbb1331cd26c7e319c5d832af7dfb0799d04eb (diff)
downloadbluez-4.88.tar.gz
Release 4.884.88
-rw-r--r--ChangeLog12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index eb7583394..c251aa4e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+ver 4.88:
+ Fix issue with HID channel reference count handling.
+ Fix issue with daemon exit on badly formatted AT+VTS.
+ Fix issue with crash while parsing of endpoint properties.
+ Fix issue with possible crash on AVDTP Suspend request timeout.
+ Fix issue with stopping inquiry before adapter is initialized.
+ Fix issue with creating device object when connection fails.
+ Fix issue with sending HCIDEVUP when adapter is already up.
+ Fix issue with handling bonding IO channel closing.
+ Fix agent cancellation in security mode 3 situations.
+ Update pairing code to support management interface.
+
ver 4.87:
Fix issue with initialization when adapter is already up.
Fix issue with attribute server MTU and incoming connections.
diff --git a/configure.ac b/configure.ac
index bebdc9c96..88dd177b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 4.87)
+AC_INIT(bluez, 4.88)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)