summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-06-17 12:29:05 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-06-17 12:29:05 +0000
commit2b40676d66c08e08633e5802b75bb96611b09e3a (patch)
tree03e435ffe1c017613f254311af8d8ccb5970ff9d
parente3d4217d0d3d1723b2d5629c232d9e41e9e047bf (diff)
Update changelog and bump version numberutils-3.1
-rw-r--r--ChangeLog9
-rw-r--r--configure.in2
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e91c244..0cf1fe78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+ver 3.1:
+ Fix handling of raw mode devices.
+ Fix busy loop in UUID extraction routine.
+ Remove inquiry mode setting.
+ Remove auth and encrypt settings.
+
+ Note:
+ This version needs at least bluez-libs-3.1
+
ver 3.0:
Implement the new BlueZ D-Bus API.
diff --git a/configure.in b/configure.in
index b26e4291..48cd8537 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
AC_PREREQ(2.50)
AC_INIT()
-AM_INIT_AUTOMAKE(bluez-utils, 3.0)
+AM_INIT_AUTOMAKE(bluez-utils, 3.1)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE