diff options
| -rw-r--r-- | ChangeLog | 10 | ||||
| -rw-r--r-- | configure.in | 2 | 
2 files changed, 11 insertions, 1 deletions
| @@ -1,3 +1,13 @@ +ver 2.22: +	Remove D-Bus 0.23 support. +	Add initial version of the new D-Bus interface. +	Add support for extended inquiry response commands. +	Add support for the Logitech diNovo Media Desktop Laser. +	Add compile time buffer checks (FORTIFY SOURCE). + +	Note: +	This version needs at least bluez-libs-2.22 +  ver 2.21:  	Move create_dirs() and create_file() into the textfile library.  	Let textfile_put() also replace the last key value pair. diff --git a/configure.in b/configure.in index 977a04ef..aa47db4b 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@  AC_PREREQ(2.50)  AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 2.21) +AM_INIT_AUTOMAKE(bluez-utils, 2.22)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE | 
