diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +ver 2.15: + Use better way for unaligned access. + Remove sdp_internal.h and its usage. + Add deprecated functions for reading the name. + Add function for reading the clock. + Add function for reading the local Bluetooth address. + Add function for reading the local supported features. + ver 2.14: Add function for reading the RSSI. Add function for reading the link quality. diff --git a/configure.in b/configure.in index 2f6373f0..f9ab66e5 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez-libs, 2.14) +AM_INIT_AUTOMAKE(bluez-libs, 2.15) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE |