diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2007-10-24 22:43:44 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2007-10-24 22:43:44 +0000 | 
| commit | 013e2efc3a57ad9150eea9bb653ed8b8e3d02bcc (patch) | |
| tree | 7d9bb9d053c7a9a912cf50f112df8ae3613951a6 | |
| parent | dda179a302219fd1b48711edb7d388a331ab3e2e (diff) | |
Update changelog and bump version numberutils-3.21
| -rw-r--r-- | ChangeLog | 13 | ||||
| -rw-r--r-- | configure.in | 2 | 
2 files changed, 14 insertions, 1 deletions
| @@ -1,3 +1,16 @@ +ver 3.21: +	Add initial AVRCP support. +	Add A2DP sink support to GStreamer plugin. +	Fix interoperability with A2DP suspend. +	Fix sign error in 8-subband encoder. +	Fix handling of service classes length size. +	Store Extended Inquiry Response data information. +	Publish device id information through EIR. +	Support higher baud rates for Ericcson based chips. + +	Note: +	This version needs at least bluez-libs-3.21 +  ver 3.20:  	Fix GStreamer plugin file type detection.  	Fix potential infinite loop in inotify support. diff --git a/configure.in b/configure.in index ab7865d8..199a5864 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@  AC_PREREQ(2.50)  AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 3.20) +AM_INIT_AUTOMAKE(bluez-utils, 3.21)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE | 
