From 99c432aacb510614489b6af49d5f4da1a9391a16 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 27 Jul 2006 02:18:50 +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 0cf1fe78..ac03f8a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +ver 3.2: + Only check for the low-level D-Bus library. + Update possible device minor classes. + Fix timeout for pending reply. + Add more Inquiry with RSSI quirks. + Sleep only 100 msecs for device detection. + Don't send BondingCreated on link key renewal. + Allow storing of all UTF-8 remote device names. + Create storage filenames with a generic function. + + Note: + This version needs at least bluez-libs-3.2 + ver 3.1: Fix handling of raw mode devices. Fix busy loop in UUID extraction routine. diff --git a/configure.in b/configure.in index 48cd8537..5894616f 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 3.1) +AM_INIT_AUTOMAKE(bluez-utils, 3.2) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE -- cgit