diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2006-09-27 15:36:36 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2006-09-27 15:36:36 +0000 | 
| commit | 30e40ae987f4723deda3949879a6c0cd45fec92a (patch) | |
| tree | 8224ffe7dc0ec3bf88508d5310feee50c02b9d3c | |
| parent | 782fb3775f0d97751d56cf30fc8a374a1d427783 (diff) | |
Update changelog and bump version numberutils-3.6.1
| -rw-r--r-- | ChangeLog | 7 | ||||
| -rw-r--r-- | configure.in | 2 | 
2 files changed, 8 insertions, 1 deletions
| @@ -1,3 +1,10 @@ +ver 3.6.1: +	Fix IO channel race conditions. +	Fix pairing issues on big endian systems. +	Fix pairing issues with page timeout errors. +	Fix pairing state for security mode 3 requests. +	Switch to user as default security manager mode. +  ver 3.6:  	Update D-Bus based RFCOMM interface support.  	Use L2CAP raw sockets for HCI connection creation. diff --git a/configure.in b/configure.in index 181551ad..1dc7ce53 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@  AC_PREREQ(2.50)  AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 3.6) +AM_INIT_AUTOMAKE(bluez-utils, 3.6.1)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE | 
