diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2006-12-25 15:29:07 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2006-12-25 15:29:07 +0000 | 
| commit | feb54741c2fce3f00a260cf7eb73ed449d99d958 (patch) | |
| tree | 877344d679bfd6f67531bc26b10b39be4500881f | |
| parent | 3966064e7e4cfdffc55f63339605b809f7be3ba7 (diff) | |
Update changelog and bump version numberutils-3.8
| -rw-r--r-- | ChangeLog | 13 | ||||
| -rw-r--r-- | configure.in | 2 | 
2 files changed, 14 insertions, 1 deletions
| @@ -1,3 +1,16 @@ +ver 3.8: +	Sort discovered devices list based on their RSSI. +	Send DiscoverableTimeoutChanged signal. +	Fix local and remote name validity checking. +	Add ListRemoteDevices and ListRecentRemoteDevices methods. +	Add basic integration of confirmation concept. +	Add support for service record description via XML. +	Add support for external commands to the RFCOMM utility. +	Add experimental service and authorization API. + +	Note: +	This version needs at least bluez-libs-3.8 +  ver 3.7:  	Fix class of device handling.  	Fix error replies with pairing and security mode 3. diff --git a/configure.in b/configure.in index 4f820419..0f5083dc 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@  AC_PREREQ(2.50)  AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 3.7) +AM_INIT_AUTOMAKE(bluez-utils, 3.8)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE | 
