diff options
| -rw-r--r-- | ChangeLog | 15 | ||||
| -rw-r--r-- | configure.in | 2 | 
2 files changed, 16 insertions, 1 deletions
| @@ -1,3 +1,18 @@ +ver 3.32: +	Add support for switching HID proxy devices from Dell. +	Add more Bluetooth client/server helper functions. +	Add support for input service idle timeout option. +	Fix BNEP reconnection handling. +	Fix return value for snd_pcm_hw_params() calls. +	Use upper-case addresses for object paths. +	Remove HAL support helpers. +	Remove inotify support. +	Remove service daemon activation handling. +	Remove uneeded D-Bus API extension. + +	Note: +	This version needs at least bluez-libs-3.32 +  ver 3.31:  	Create device object for all pairing cases.  	Convert authorization to internal function calls. diff --git a/configure.in b/configure.in index 3fdde2d9..60162583 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@  AC_PREREQ(2.50)  AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 3.31) +AM_INIT_AUTOMAKE(bluez-utils, 3.32)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE | 
