summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-12-02 08:48:59 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-12-02 08:48:59 +0000
commitd9e14bfc034177b2a805d368a79c999a401216a9 (patch)
tree0786be80037440d7b296c12ea7511a5acc98674b
parentfeb6bed4073bfb6eef1e636d9c055dcb8f320637 (diff)
Update changelog and bump version numberutils-2.12
-rw-r--r--ChangeLog11
-rw-r--r--configure.in2
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e6461088..35325162 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 1eab0ecd..1a94d114 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