diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2005-12-24 16:58:53 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2005-12-24 16:58:53 +0000 | 
| commit | f94e51848512064902c508cd8473dd6e1f1a0e5a (patch) | |
| tree | 443795b714c8efce403949f254bae9f0c4e609c7 | |
| parent | 537efeed8fd5758a642afd3ca1df82f69a22d14b (diff) | |
Update changelog and bump version numberutils-2.24
| -rw-r--r-- | ChangeLog | 8 | ||||
| -rw-r--r-- | configure.in | 2 | 
2 files changed, 9 insertions, 1 deletions
| @@ -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 | 
