diff options
| -rw-r--r-- | ChangeLog | 16 | ||||
| -rw-r--r-- | configure.in | 2 | 
2 files changed, 17 insertions, 1 deletions
| @@ -1,3 +1,19 @@ +ver 3.12: +	Add support for limited discovery mode. +	Add support for setting of event mask. +	Add GetRemoteServiceIdentifiers method. +	Add skeleton for local D-Bus server. +	Add headset gain control methods. +	Fix various headset implementation issues. +	Fix various serial port service issues. +	Fix various input service issues. +	Let CUPS plugin discover printers in range. +	Improve the BCM2035 UART init routine. +	Ignore connection events for non-ACL links. + +	Note: +	This version needs at least bluez-libs-3.12 +  ver 3.11:  	Update API documentation.  	Minimize SDP root records and browse groups. diff --git a/configure.in b/configure.in index 32025081..4faea583 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@  AC_PREREQ(2.50)  AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 3.11) +AM_INIT_AUTOMAKE(bluez-utils, 3.12)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE | 
