From 659be2ac5b9af82ecdc63907e2a463c712187543 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 14 Jan 2005 00:08:51 +0000 Subject: Update changelog and bump version number --- ChangeLog | 8 ++++++++ configure.in | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d6a927c8..9bbf3c8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +ver 2.14: + Add function for reading the RSSI. + Add function for reading the link quality. + Add function for reading the transmit power level. + Add functions for the link supervision timeout. + Remove deprecated functions. + Update AM_PATH_BLUEZ macro. + ver 2.13: Add Device ID and HID attribute definitions. Update the UUID constants and its translations. diff --git a/configure.in b/configure.in index 9e3885b3..2f6373f0 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez-libs, 2.13) +AM_INIT_AUTOMAKE(bluez-libs, 2.14) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE -- cgit