diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2008-02-11 00:46:51 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2008-02-11 00:46:51 +0000 | 
| commit | c3e6624351c79cca6bfcfce4043e7d9e5ba6c7b2 (patch) | |
| tree | d23fe13ee0cfa4b7cef230c04121a06fd4422a32 | |
| parent | d842176ec218c4417321b22a87fa33d037c84795 (diff) | |
Update changelog and bump version numberutils-3.26
| -rw-r--r-- | ChangeLog | 8 | ||||
| -rw-r--r-- | configure.in | 2 | 
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +ver 3.26: +	Fix compilation issues with UCHAR_MAX, USHRT_MAX and UINT_MAX. +	Improve handling of different audio transports. +	Enable services by default and keep old daemons disabled. + +	Note: +	This version needs at least bluez-libs-3.26 +  ver 3.25:  	Add limited support for Handsfree profile.  	Add limited support for MPEG12/MP3 codec. diff --git a/configure.in b/configure.in index ff0060e4..bf1370e4 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@  AC_PREREQ(2.50)  AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 3.25) +AM_INIT_AUTOMAKE(bluez-utils, 3.26)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE  | 
