From f94e51848512064902c508cd8473dd6e1f1a0e5a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 24 Dec 2005 16:58:53 +0000 Subject: Update changelog and bump version number --- ChangeLog | 8 ++++++++ configure.in | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 49c5d177..e31b5bda 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +ver 2.24: + Fix display of SDP text and data strings. + Add support for device scan property. + Update the D-Bus policy configuration file. + + Note: + This version needs at least bluez-libs-2.24 + ver 2.23: Update the new D-Bus interface. Make dfutool ready for big endian architectures. diff --git a/configure.in b/configure.in index 1e7bc838..14562143 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 2.23) +AM_INIT_AUTOMAKE(bluez-utils, 2.24) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE -- cgit