diff options
| -rw-r--r-- | ChangeLog | 11 | ||||
| -rw-r--r-- | configure.in | 2 | 
2 files changed, 12 insertions, 1 deletions
| @@ -1,3 +1,14 @@ +ver 2.14: +	Make use of additional connection information. +	Use library function for reading the RSSI. +	Use library function for reading the link quality. +	Use library function for reading the transmit power level. +	Use library functions for the link supervision timeout. +	Add tool for changing the device address. + +	Note: +	This version needs at least bluez-libs-2.14 +  ver 2.13:  	Use file permission 0600 for the link key file.  	Add support for HID attribute descriptions. diff --git a/configure.in b/configure.in index f7104ca9..1f84efc4 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl  AC_PREREQ(2.50)  AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 2.13) +AM_INIT_AUTOMAKE(bluez-utils, 2.14)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE | 
