OSDN Git Service

Release 4.39
authorMarcel Holtmann <marcel@holtmann.org>
Sat, 9 May 2009 18:18:19 +0000 (11:18 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 9 May 2009 18:18:19 +0000 (11:18 -0700)
ChangeLog
configure.ac

index eabff9f..e53690b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+ver 4.39:
+       Add workaround for dealing with unknown inquiry complete.
+       Fix discovering when using software scheduler.
+       Fix wrong NoInputNoOutput IO capability string.
+       Fix race condition with agent during pairing.
+       Fix agent cancellation for security mode 3 acceptor failure.
+       Fix temporary flag removal when device creation fails.
+       Fix hciattach to use ppoll instead of poll.
+       Fix service class update when adapter is down.
+       Fix service classes race condition during startup.
+       Fix release of audio client before freeing the device.
+
 ver 4.38:
        Add support for builtin plugins.
        Add framework for adapter operations.
index fa55056..ad02671 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ(2.60)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(bluez, 4.38)
+AM_INIT_AUTOMAKE(bluez, 4.39)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE