From feb54741c2fce3f00a260cf7eb73ed449d99d958 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 25 Dec 2006 15:29:07 +0000 Subject: Update changelog and bump version number --- ChangeLog | 13 +++++++++++++ configure.in | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e4349b8d..eecfb073 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +ver 3.8: + Sort discovered devices list based on their RSSI. + Send DiscoverableTimeoutChanged signal. + Fix local and remote name validity checking. + Add ListRemoteDevices and ListRecentRemoteDevices methods. + Add basic integration of confirmation concept. + Add support for service record description via XML. + Add support for external commands to the RFCOMM utility. + Add experimental service and authorization API. + + Note: + This version needs at least bluez-libs-3.8 + ver 3.7: Fix class of device handling. Fix error replies with pairing and security mode 3. diff --git a/configure.in b/configure.in index 4f820419..0f5083dc 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 3.7) +AM_INIT_AUTOMAKE(bluez-utils, 3.8) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE -- cgit