From dbcb5d496a5adbf895cee6c705522cc0778e1445 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 9 May 2005 13:02:59 +0000 Subject: Update changelog and bump version number --- ChangeLog | 20 ++++++++++++++++++++ configure.in | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2455abde..b2850b6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 -- cgit