summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-12-24 16:58:53 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-12-24 16:58:53 +0000
commitf94e51848512064902c508cd8473dd6e1f1a0e5a (patch)
tree443795b714c8efce403949f254bae9f0c4e609c7
parent537efeed8fd5758a642afd3ca1df82f69a22d14b (diff)
Update changelog and bump version numberutils-2.24
-rw-r--r--ChangeLog8
-rw-r--r--configure.in2
2 files changed, 9 insertions, 1 deletions
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