summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-06-21 14:27:08 +0200
committerMarcel Holtmann <marcel@holtmann.org>2009-06-21 14:27:08 +0200
commitbf25cf788209e7aaf5c2d9191fdf3d302a021043 (patch)
tree1954a7dbb4e9599f58255b8f3a42349e58b89eee
parent99e1a2f757b3287fa8d38170a80d6e1bd0632855 (diff)
downloadbluez-4.42.tar.gz
Release 4.424.42
-rw-r--r--ChangeLog13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6efb5e6c3..f027d513d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+ver 4.42:
+ Add TI WL1271 to Texas Instruments chip list.
+ Add special udev mode to bluetoothd.
+ Fix regression when there is no agent registered.
+ Fix error return when bonding socket hang up.
+ Fix SCO server socket for HFP handsfree role.
+ Fix shutdown on SCO socket before closing.
+ Fix shutdown on A2DP audio stream channel before closing.
+ Fix issue with asserting on AVDTP reference count bugs.
+ Fix authorization denied issue with certain headsets.
+ Fix AVRCP UNITINFO and SUBUNIT INFO responses.
+ Fix discovery cancel issues in case SDP discovery fails.
+
ver 4.41:
Fix pairing even if the ACL gets dropped before successful SDP.
Fix regression which caused device to be removed after pairing.
diff --git a/configure.ac b/configure.ac
index da930e5d3..412fa2205 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.60)
AC_INIT()
-AM_INIT_AUTOMAKE(bluez, 4.41)
+AM_INIT_AUTOMAKE(bluez, 4.42)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE