summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--configure.in2
2 files changed, 9 insertions, 1 deletions
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