diff options
| -rw-r--r-- | ChangeLog | 10 | ||||
| -rw-r--r-- | configure.in | 2 | 
2 files changed, 11 insertions, 1 deletions
| @@ -1,3 +1,13 @@ +ver 2.16: +	Fix buffer allocation for features to string conversion. +	Add function for reading local supported commands. +	Add function for reading local extended features. +	Add function for reading remote extended features. +	Add function for getting the remote name with a clock offset. +	Add function for extracting the OUI from a BD_ADDR. +	Add inquiry info structure with RSSI and page scan mode. +	Support inquiry with unlimited number of responses. +  ver 2.15:  	Use better way for unaligned access.  	Remove sdp_internal.h and its usage. diff --git a/configure.in b/configure.in index f9ab66e5..2b58fbad 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl  AC_PREREQ(2.50)  AC_INIT() -AM_INIT_AUTOMAKE(bluez-libs, 2.15) +AM_INIT_AUTOMAKE(bluez-libs, 2.16)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE | 
