summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-06-07 01:34:29 +0200
committerMarcel Holtmann <marcel@holtmann.org>2009-06-07 01:34:29 +0200
commitbbd50bd6e7c2c1e9b519ece0c9c4ff23cc97e363 (patch)
tree8abf63790886e2ea3e838f0ffd8f1af39342bb8c
parent7b3f58ace6cdb133d1222607b57745a29d1b79ce (diff)
Release 4.414.41
-rw-r--r--ChangeLog11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ba0aa1f6d..6efb5e6c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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