diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2007-06-23 23:55:57 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2007-06-23 23:55:57 +0000 | 
| commit | b5caa9eb0417feb6ef6ceec1cde12a1af3305777 (patch) | |
| tree | e905159d7bedf35cc3d6b2a94c0a7d444e2ecc17 | |
| parent | b82eea72c2b643929b62f0613bf5748d60328e2d (diff) | |
Update changelog and bump version numberutils-3.12
| -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 | 
