From fde359c64aea7bd0729839c8ad469f7654f4f64d Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 14 Jan 2005 00:16:54 +0000 Subject: Update changelog and bump version number --- ChangeLog | 11 +++++++++++ configure.in | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 688c2577..4c331181 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 -- cgit