diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-11-09 17:30:00 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-11-09 17:30:00 +0100 |
commit | ccc66bbab0b3648a986a90d68befd57f4733cdde (patch) | |
tree | 1a9df61ec30ea66832ec8f23ee2ef0c65f9409d0 | |
parent | a01801fd21056ef6f7fffc6a205b6c2b9e99899f (diff) |
Release 4.184.18
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ +ver 4.18: + Fix release before close issue with RFCOMM TTYs. + Fix Connected property on input interface. + Fix DeviceFound signals during initial name resolving. + Fix service discovery handling. + Fix duplicate UUID detection. + Fix SBC gain mismatch and decoding handling. + Add more options to SBC encoder and decoder. + Add special any adapter object for service interface. + Add variable prefix to adapter and device object paths. + ver 4.17: Fix SBC encoder not writing last frame. Fix missing timer for A2DP suspend. diff --git a/configure.ac b/configure.ac index e83484ede..3a451e130 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez, 4.17) +AM_INIT_AUTOMAKE(bluez, 4.18) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE |