diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2008-02-23 00:30:35 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2008-02-23 00:30:35 +0000 | 
| commit | 8fedde6963c94e75e660cfbd242253e7db6f9a1a (patch) | |
| tree | 3201542995b3be474b8ba3991e69e40cac6097c8 | |
| parent | 4170955ad1f97eb8b7bf4f96025a654dab531571 (diff) | |
Update changelog and bump version numberutils-3.27
| -rw-r--r-- | ChangeLog | 15 | ||||
| -rw-r--r-- | configure.in | 2 | 
2 files changed, 16 insertions, 1 deletions
| @@ -1,3 +1,18 @@ +ver 3.27: +	Update uinput.h with extra key definitions. +	Add support for input connect/disconnect callbacks. +	Add ifdefs around some baud rate definitions. +	Add proper HFP service level connection handling. +	Add basic headset automatic disconnect support. +	Add support for new SBC API. +	Fix SBC decoder noise at high bitpools. +	Use 32-bit multipliers for further SBC optimization. +	Check for RFCOMM connection state in SCO connect callback. +	Make use of parameters selected in ALSA plugin. + +	Note: +	This version needs at least bluez-libs-3.27 +  ver 3.26:  	Fix compilation issues with UCHAR_MAX, USHRT_MAX and UINT_MAX.  	Improve handling of different audio transports. diff --git a/configure.in b/configure.in index bf1370e4..a79e792c 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@  AC_PREREQ(2.50)  AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 3.26) +AM_INIT_AUTOMAKE(bluez-utils, 3.27)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE | 
