OSDN Git Service

Release 4.29
authorMarcel Holtmann <marcel@holtmann.org>
Sat, 7 Feb 2009 16:36:17 +0000 (17:36 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 7 Feb 2009 16:36:17 +0000 (17:36 +0100)
ChangeLog
configure.ac

index 5c106d0..93d4b9c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+ver 4.29:
+       Use AVRCP version 1.0 for now.
+       Decrease AVDTP idle timeout to one second.
+       Delay AVRCP connection when remote device connects A2DP.
+       Add workaround for AVDTP stream setup with broken headsets.
+       Add missing three-way calling feature bit for Handsfree.
+       Fix handsfree callheld indicator updating.
+       Fix parsing of all AT commands within the buffer.
+       Fix authentication replies when disconnected.
+       Fix handling of debug combination keys.
+       Fix handling of changed combination keys.
+       Fix handling of link keys when using no bonding.
+       Fix handling of invalid/unknown authentication requirements.
+       Fix closing of L2CAP raw socket used for dedicated bonding.
+
 ver 4.28:
        Add AVDTP signal fragmentation support.
        Add more SBC performance optimizations.
index cd91d5a..6511b79 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ(2.60)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(bluez, 4.28)
+AM_INIT_AUTOMAKE(bluez, 4.29)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE