diff options
| -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 | 
