diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2006-09-24 19:35:54 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2006-09-24 19:35:54 +0000 | 
| commit | 31cde096773710688456b6e02418d0c9ac2b4912 (patch) | |
| tree | d4477b2e23804d2bb6001960c3ebca5d5f5074cd | |
| parent | 8900002499f30d2b76447be3b87d3fae9642267d (diff) | |
Update changelog and bump version numberutils-3.6
| -rw-r--r-- | ChangeLog | 11 | ||||
| -rw-r--r-- | configure.in | 2 | 
2 files changed, 12 insertions, 1 deletions
| @@ -1,3 +1,14 @@ +ver 3.6: +	Update D-Bus based RFCOMM interface support. +	Use L2CAP raw sockets for HCI connection creation. +	Add periodic discovery support to the D-Bus interface. +	Add initial support for device names via EIR. +	Add proper UTF-8 validation of device names. +	Add support for the J-Three keyboard. + +	Note: +	This version needs at least bluez-libs-3.6 +  ver 3.5:  	Fix and cleanup watch functionality.  	Add support for periodic inquiry mode. diff --git a/configure.in b/configure.in index 05be9d26..181551ad 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@  AC_PREREQ(2.50)  AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 3.5) +AM_INIT_AUTOMAKE(bluez-utils, 3.6)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE | 
