diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-04-23 10:35:25 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-04-23 10:35:25 +0100 |
commit | e1758a93656e11c3d734b3b01d497872eb49fcd4 (patch) | |
tree | a9f1ed86ef36aa3be330b75f76562e40eda7e4e9 | |
parent | 517464e6ce16e67d1fb77fb7d250817a478142ee (diff) |
Release 4.374.37
-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,15 @@ +ver 4.37: + Add version value for Bluetooth 3.0 devices. + Add additional L2CAP extended feature mask bits. + Add support for loading plugins in priority order. + Add support for more detailed usage of disconnect watches. + Add support for AVRCP volume control. + Add saturated clipping of SBC decoder output to 16-bit. + Fix potentially infinite recursion of adapter_up. + Fix SCO handling in the case of an incoming call. + Fix input service to use confirm callback. + Fix cleanup of temporary device entries from storage. + ver 4.36: Add proper tracking of AVCTP connect attempts. Add support to channel pattern in Serial interface. diff --git a/configure.ac b/configure.ac index 6a5741007..5a65462f1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.60) AC_INIT() -AM_INIT_AUTOMAKE(bluez, 4.36) +AM_INIT_AUTOMAKE(bluez, 4.37) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE |