diff options
| -rw-r--r-- | ChangeLog | 17 | ||||
| -rw-r--r-- | configure.in | 2 | 
2 files changed, 18 insertions, 1 deletions
| @@ -1,3 +1,20 @@ +ver 2.11: +	Various cleanups to avoid inclusion of kernel headers. +	Fix output when the CUPS backend is called without arguments. +	Fix problems with a 64 bit userland. +	Use Bluetooth library functions if available. +	Use standard numbering scheme of SDP record handles. +	Add a master option to the hidd. +	Add support for changing the link key of a connection. +	Add support for requesting encryption on keyboards. +	Add support for revision information of Digianswer devices. +	Add support for the Zoom, IBM and TDK PCMCIA cards. +	Add checks for the OpenOBEX and the ALSA libraries. +	Add experimental mRouter support. + +	Note: +	This version needs at least bluez-libs-2.11 +  ver 2.10:  	Use a define for the configuration directory.  	Fix string initialization for flags translation. diff --git a/configure.in b/configure.in index 15e95198..1eab0ecd 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl  AC_PREREQ(2.50)  AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 2.10) +AM_INIT_AUTOMAKE(bluez-utils, 2.11)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE | 
