From d9787e55f6d5153ed7825022297f51a9442434ee Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 17 Jan 2006 23:16:38 +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 e31b5bda..ed357ec1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 -- cgit