diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2007-09-02 18:41:55 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2007-09-02 18:41:55 +0000 | 
| commit | def15d8f6ec3776ba0b72ce8e05cb16b1d6f9595 (patch) | |
| tree | c427f7a10997e20cd1525888b888643c8cc8b4ba | |
| parent | 36554a48de0e0da15570c6f6aab8f3909fc4ebcb (diff) | |
Update changelog and bump version numberutils-3.18
| -rw-r--r-- | ChangeLog | 12 | ||||
| -rw-r--r-- | configure.in | 2 | 
2 files changed, 13 insertions, 1 deletions
| @@ -1,3 +1,15 @@ +ver 3.18: +	Implement proper locking for headsets. +	Fix various A2DP SEP locking issues. +	Fix and cleanup audio stream handling. +	Fix stream starting if suspend request is pending. +	Fix A2DP and AVDTP endianess problems. +	Add network timeout and retransmission support. +	Add more detailed decoding of EIR elements. + +	Note: +	This version needs at least bluez-libs-3.18 +  ver 3.17:  	Fix crashes in audio and network services.  	Check PAN source and destination roles. diff --git a/configure.in b/configure.in index 1502ca89..e61459ea 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@  AC_PREREQ(2.50)  AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 3.17) +AM_INIT_AUTOMAKE(bluez-utils, 3.18)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE | 
