summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-07-03 15:02:28 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-07-03 15:02:28 +0000
commit4b995c638ce04473845e16b24b315e42353c4905 (patch)
tree7777789cb1803f2537060618867c8da16b0c53a7
parent4f32352b05190a3f70828c38f4a4f25655bb696e (diff)
Update changelog and bump version numberutils-2.18
-rw-r--r--ChangeLog14
-rw-r--r--configure.in2
2 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b2850b6a..0d69d477 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 72fc841f..a0407c26 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