diff options
| -rw-r--r-- | ChangeLog | 12 | ||||
| -rw-r--r-- | configure.in | 2 | 
2 files changed, 13 insertions, 1 deletions
| @@ -1,3 +1,15 @@ +ver 2.10: +	Use a define for the configuration directory. +	Fix string initialization for flags translation. +	Check for usb_get_busses() and usb_interrupt_read(). +	Add optional support for compiling with PIE. +	Make installation of the init scripts optional. +	Make compiling with debug information optional. +	Don't override CFLAGS from configure. + +	Note: +	This version needs at least bluez-libs-2.10 +  ver 2.9:  	Retry SDP connect if busy in the CUPS backend.  	Use packet type and allow role switch in hcitool. diff --git a/configure.in b/configure.in index 1cf69659..52ec0525 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl  AC_PREREQ(2.50)  AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 2.9) +AM_INIT_AUTOMAKE(bluez-utils, 2.10)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE | 
