diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2005-05-09 13:02:59 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2005-05-09 13:02:59 +0000 | 
| commit | dbcb5d496a5adbf895cee6c705522cc0778e1445 (patch) | |
| tree | f3e5a3296bcf803f5d4d12a63922fb088efc40e1 | |
| parent | dc69351694d5d90c288e0aa88b67c8cc23bcc2b7 (diff) | |
Update changelog and bump version numberutils-2.17
| -rw-r--r-- | ChangeLog | 20 | ||||
| -rw-r--r-- | configure.in | 2 | 
2 files changed, 21 insertions, 1 deletions
@@ -1,3 +1,23 @@ +ver 2.17: +	Set the storage directory through ${localstatedir}. +	Add the textfile library for ASCII based file access. +	Add support for return link keys event. +	Add support for voice setting configuration. +	Add support for page scan timeout configuration. +	Add support for storing and deleting of stored link keys. +	Add support for searching for services with UUID-128. +	Add support for retrieving all possible service records. +	Add support for a raw mode view of service records. +	Add support for HID information caching in hidd. +	Add support for authentication in pand and dund. +	Add support for changing BD_ADDR of CSR chips. +	Add pskey utility for changing CSR persistent storage values. +	Add the firmware upgrade utility. +	Add connection caching for the A2DP ALSA plugin. + +	Note: +	This version needs at least bluez-libs-2.17 +  ver 2.16:  	Store link keys in ASCII based file format.  	Support device name caching. diff --git a/configure.in b/configure.in index 830c4527..72fc841f 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl  AC_PREREQ(2.50)  AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 2.16) +AM_INIT_AUTOMAKE(bluez-utils, 2.17)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE  | 
