OSDN Git Service

Release 4.38
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 4 May 2009 06:59:29 +0000 (23:59 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 4 May 2009 06:59:29 +0000 (23:59 -0700)
ChangeLog
configure.ac

index 092f27d..eabff9f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+ver 4.38:
+       Add support for builtin plugins.
+       Add framework for adapter operations.
+       Add constants for Enhanced Retransmission modes.
+       Fix HCI socket leak in device_remove_bonding.
+       Fix various format string issues.
+       Fix crashes with various free functions.
+       Fix issues with Headset and A2DP drivers to load again.
+       Fix sending AVRCP button released passthrough messages
+       Fix bug which prevent input devices to work after restart.
+       Fix issue with interpretation of UUID-128 as channel.
+
 ver 4.37:
        Add version value for Bluetooth 3.0 devices.
        Add additional L2CAP extended feature mask bits.
index 5a65462..fa55056 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ(2.60)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(bluez, 4.37)
+AM_INIT_AUTOMAKE(bluez, 4.38)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE