diff options
| -rw-r--r-- | ChangeLog | 21 | ||||
| -rw-r--r-- | configure.in | 2 | 
2 files changed, 22 insertions, 1 deletions
| @@ -1,3 +1,24 @@ +ver 2.16: +	Store link keys in ASCII based file format. +	Support device name caching. +	Support zero length data sizes in l2test. +	Change default l2ping data size to 44 bytes. +	Hide the server record and the public browse group root. +	Read BD_ADDR if not set and if it is a raw device. +	Add SDP language attributes. +	Add support for browsing the L2CAP group. +	Add support for stored pin codes for outgoing connections. +	Add support for local commands and extended features. +	Add support for reading CSR panic and fault codes. +	Add config option for setting the inquiry mode. +	Add OUI decoding support. +	Use unlimited inquiry responses as default. +	Use cached device names for PIN request. +	Use the clock offset when getting the remote names. + +	Note: +	This version needs at least bluez-libs-2.16 +  ver 2.15:  	Enable the RFCOMM service level security.  	Add command for reading the clock offset. diff --git a/configure.in b/configure.in index 514f3a3f..15febfe9 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl  AC_PREREQ(2.50)  AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 2.15) +AM_INIT_AUTOMAKE(bluez-utils, 2.16)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE | 
