diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-07-03 15:02:28 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-07-03 15:02:28 +0000 |
commit | 4b995c638ce04473845e16b24b315e42353c4905 (patch) | |
tree | 7777789cb1803f2537060618867c8da16b0c53a7 | |
parent | 4f32352b05190a3f70828c38f4a4f25655bb696e (diff) |
Update changelog and bump version numberutils-2.18
-rw-r--r-- | ChangeLog | 14 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 15 insertions, 1 deletions
@@ -1,3 +1,17 @@ +ver 2.18: + Support D-Bus 0.23 and 0.33 API versions. + Support reading of complex BCCMD values. + Support minimum and maximum encryption key length. + Add support for inquiry scan type. + Add tool for the CSR BCCMD interface. + Add first draft of the Audio/Video control utility. + Add disconnect timer support for the A2DP ALSA plugin. + Make SBC parameters configurable. + Replace non-printable characters in device names. + + Note: + This version needs at least bluez-libs-2.18 + ver 2.17: Set the storage directory through ${localstatedir}. Add the textfile library for ASCII based file access. diff --git a/configure.in b/configure.in index 72fc841f1..a0407c26f 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 2.17) +AM_INIT_AUTOMAKE(bluez-utils, 2.18) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE |