summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-07-27 02:18:50 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-07-27 02:18:50 +0000
commit99c432aacb510614489b6af49d5f4da1a9391a16 (patch)
treef24da96ca9f71ffdfcf3b0690362d8dde4055262
parent2ce3885f855be92d356b5451772c8b98030bb8f1 (diff)
Update changelog and bump version numberutils-3.2
-rw-r--r--ChangeLog13
-rw-r--r--configure.in2
2 files changed, 14 insertions, 1 deletions
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