diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-06-17 12:29:05 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-06-17 12:29:05 +0000 |
commit | 2b40676d66c08e08633e5802b75bb96611b09e3a (patch) | |
tree | 03e435ffe1c017613f254311af8d8ccb5970ff9d | |
parent | e3d4217d0d3d1723b2d5629c232d9e41e9e047bf (diff) |
Update changelog and bump version numberutils-3.1
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -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 b26e42915..48cd8537a 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 |