diff options
| -rw-r--r-- | ChangeLog | 11 | ||||
| -rw-r--r-- | configure.in | 2 | 
2 files changed, 12 insertions, 1 deletions
| @@ -1,3 +1,14 @@ +ver 3.13: +	Fix some issues with the headset support. +	Fix concurrent pending connection attempts. +	Fix usage of devname instead of netdev. +	Add identifier for Nokia SyncML records. +	Add command for reading the CSR chip revision. +	Add generic CSR radio test support. + +	Note: +	This version needs at least bluez-libs-3.13 +  ver 3.12:  	Add support for limited discovery mode.  	Add support for setting of event mask. diff --git a/configure.in b/configure.in index 4faea583..be96a008 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@  AC_PREREQ(2.50)  AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 3.12) +AM_INIT_AUTOMAKE(bluez-utils, 3.13)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE | 
