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 2.12: +	Inherit the device specific options from the default. +	Use --device for selecting the source device. +	Add --nosdp option for devices with resource limitation. +	Add support and parameter option for secure mode. +	Add a lot of build ids and hardware revisions. +	Update UUID translation tables. + +	Note: +	This version needs at least bluez-libs-2.12 +  ver 2.11:  	Various cleanups to avoid inclusion of kernel headers.  	Fix output when the CUPS backend is called without arguments. diff --git a/configure.in b/configure.in index 1eab0ecd..1a94d114 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl  AC_PREREQ(2.50)  AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 2.11) +AM_INIT_AUTOMAKE(bluez-utils, 2.12)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE | 
