diff options
| -rw-r--r-- | ChangeLog | 13 | ||||
| -rw-r--r-- | configure.in | 2 | 
2 files changed, 14 insertions, 1 deletions
| @@ -1,3 +1,16 @@ +ver 3.11: +	Update API documentation. +	Minimize SDP root records and browse groups. +	Use same decoder for text and URL strings. +	Fix SDP pattern extraction for XML. +	Fix network connection persistent state. +	Add network connection helper methods. +	Add initial version of serial port support. +	Add class of device tracking. + +	Note: +	This version needs at least bluez-libs-3.11 +  ver 3.10.1:  	Add option to disable installation of manual pages.  	Fix input service encryption setup. diff --git a/configure.in b/configure.in index 97bae1af..32025081 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@  AC_PREREQ(2.50)  AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 3.10.1) +AM_INIT_AUTOMAKE(bluez-utils, 3.11)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE | 
