diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2007-05-24 14:32:45 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2007-05-24 14:32:45 +0000 | 
| commit | c4109a02321b885562f248eb1b694bdc595bc5c3 (patch) | |
| tree | 03d301ace2deb3a3fa745883275fbfb64fe1e648 | |
| parent | 7e0db39d85c0540d683231c13b61b8bdc8ca6d4d (diff) | |
Update changelog and bump version numberutils-3.11
| -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 | 
