diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2005-01-14 00:08:51 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2005-01-14 00:08:51 +0000 | 
| commit | 659be2ac5b9af82ecdc63907e2a463c712187543 (patch) | |
| tree | 30255ccd56e5c50dafbd766048befe585723f3c1 | |
| parent | 00bb0adf5a9c8dee2ed3b25ec0f3c1588f2c91ca (diff) | |
Update changelog and bump version numberlibs-2.14
| -rw-r--r-- | ChangeLog | 8 | ||||
| -rw-r--r-- | configure.in | 2 | 
2 files changed, 9 insertions, 1 deletions
| @@ -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 | 
