diff options
| -rw-r--r-- | ChangeLog | 7 | ||||
| -rw-r--r-- | configure.in | 2 | 
2 files changed, 8 insertions, 1 deletions
| @@ -1,3 +1,10 @@ +ver 2.17: +	Include stdio.h in bluetooth.h header file. +	Include sys/socket.h in the header files. +	Add functions for stored link keys. +	Add definitions for PIN type and unit key. +	Add SDP_WAIT_ON_CLOSE flag for sdp_connect(). +  ver 2.16:  	Fix buffer allocation for features to string conversion.  	Add function for reading local supported commands. diff --git a/configure.in b/configure.in index 2b58fbad..b09239bc 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl  AC_PREREQ(2.50)  AC_INIT() -AM_INIT_AUTOMAKE(bluez-libs, 2.16) +AM_INIT_AUTOMAKE(bluez-libs, 2.17)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE | 
