diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-06-07 01:34:29 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-06-07 01:34:29 +0200 |
commit | bbd50bd6e7c2c1e9b519ece0c9c4ff23cc97e363 (patch) | |
tree | 8abf63790886e2ea3e838f0ffd8f1af39342bb8c | |
parent | 7b3f58ace6cdb133d1222607b57745a29d1b79ce (diff) |
Release 4.414.41
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ +ver 4.41: + Fix pairing even if the ACL gets dropped before successful SDP. + Fix regression which caused device to be removed after pairing. + Fix HSP record fetching when remote device doesn't support it. + Fix SDP discovery canceling when clearing hs->pending. + Fix headset never connecting on the first attempt. + Fix headset state tracking if bt_search_service() fails. + Fix maximum headset connection count check. + Fix AVDTP Discover timeout handling. + Fix also UI_SET_KEYBIT for the new pause and play key codes. + ver 4.40: Add telephony driver for oFono telephony stack. Add support for Dell specific HID proxy switching. diff --git a/configure.ac b/configure.ac index 1686d18bf..da930e5d3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.60) AC_INIT() -AM_INIT_AUTOMAKE(bluez, 4.40) +AM_INIT_AUTOMAKE(bluez, 4.41) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE |