From d9e14bfc034177b2a805d368a79c999a401216a9 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 2 Dec 2004 08:48:59 +0000 Subject: Update changelog and bump version number --- ChangeLog | 11 +++++++++++ configure.in | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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 -- cgit