diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-12-02 08:48:59 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-12-02 08:48:59 +0000 |
commit | d9e14bfc034177b2a805d368a79c999a401216a9 (patch) | |
tree | 0786be80037440d7b296c12ea7511a5acc98674b | |
parent | feb6bed4073bfb6eef1e636d9c055dcb8f320637 (diff) |
Update changelog and bump version numberutils-2.12
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ +ver 2.12: + Inherit the device specific options from the default. + Use --device for selecting the source device. + Add --nosdp option for devices with resource limitation. + Add support and parameter option for secure mode. + Add a lot of build ids and hardware revisions. + Update UUID translation tables. + + Note: + This version needs at least bluez-libs-2.12 + ver 2.11: Various cleanups to avoid inclusion of kernel headers. Fix output when the CUPS backend is called without arguments. diff --git a/configure.in b/configure.in index 1eab0ecd3..1a94d1142 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 2.11) +AM_INIT_AUTOMAKE(bluez-utils, 2.12) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE |