diff options
| -rw-r--r-- | ChangeLog | 13 | ||||
| -rw-r--r-- | configure.in | 2 | 
2 files changed, 14 insertions, 1 deletions
| @@ -1,3 +1,16 @@ +ver 3.2: +	Only check for the low-level D-Bus library. +	Update possible device minor classes. +	Fix timeout for pending reply. +	Add more Inquiry with RSSI quirks. +	Sleep only 100 msecs for device detection. +	Don't send BondingCreated on link key renewal. +	Allow storing of all UTF-8 remote device names. +	Create storage filenames with a generic function. + +	Note: +	This version needs at least bluez-libs-3.2 +  ver 3.1:  	Fix handling of raw mode devices.  	Fix busy loop in UUID extraction routine. diff --git a/configure.in b/configure.in index 48cd8537..5894616f 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@  AC_PREREQ(2.50)  AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 3.1) +AM_INIT_AUTOMAKE(bluez-utils, 3.2)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE | 
