From 4b995c638ce04473845e16b24b315e42353c4905 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 3 Jul 2005 15:02:28 +0000 Subject: Update changelog and bump version number --- ChangeLog | 14 ++++++++++++++ configure.in | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) 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 -- cgit