diff options
| -rw-r--r-- | ChangeLog | 8 | ||||
| -rw-r--r-- | configure.in | 2 | 
2 files changed, 9 insertions, 1 deletions
| @@ -1,3 +1,11 @@ +ver 2.24: +	Fix display of SDP text and data strings. +	Add support for device scan property. +	Update the D-Bus policy configuration file. + +	Note: +	This version needs at least bluez-libs-2.24 +  ver 2.23:  	Update the new D-Bus interface.  	Make dfutool ready for big endian architectures. diff --git a/configure.in b/configure.in index 1e7bc838..14562143 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@  AC_PREREQ(2.50)  AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 2.23) +AM_INIT_AUTOMAKE(bluez-utils, 2.24)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE | 
