diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2005-01-14 00:16:54 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2005-01-14 00:16:54 +0000 | 
| commit | fde359c64aea7bd0729839c8ad469f7654f4f64d (patch) | |
| tree | 8d2a8cddf3f60e925f93ecaa439c5a6bdae7c7af | |
| parent | 76b0ca8e1c813892561ddae4593e024659783068 (diff) | |
Update changelog and bump version numberutils-2.14
| -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 | 
