diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-01-17 23:16:38 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-01-17 23:16:38 +0000 |
commit | d9787e55f6d5153ed7825022297f51a9442434ee (patch) | |
tree | d960c155371452898fc8569e3eeaaa0dc722108c | |
parent | 454c7500c64ab132f44aebbd7086a9748e5c4436 (diff) |
Update changelog and bump version numberutils-2.25
-rw-r--r-- | ChangeLog | 14 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 15 insertions, 1 deletions
@@ -1,3 +1,17 @@ +ver 2.25: + Use %jx instead of %llx for uint64_t and int64_t. + Allow null-terminated text strings. + Add UUID for N-Gage games. + Add UUID for Apple Macintosh Attributes. + Add Apple attributes and iSync records. + Add definitions for Apple Agent. + Add support for the Handsfree Audio Gateway service. + Add support for choosing a specific record handle. + Add support for dialup/telephone connections. + + Note: + This version needs at least bluez-libs-2.25 + ver 2.24: Fix display of SDP text and data strings. Add support for device scan property. diff --git a/configure.in b/configure.in index 14562143..d21e98e1 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 2.24) +AM_INIT_AUTOMAKE(bluez-utils, 2.25) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE |