From df7165e91fc0954488a5db6ce235ae4f8896099f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 31 Oct 2005 16:41:53 +0000 Subject: Update changelog and bump version number --- ChangeLog | 10 ++++++++++ configure.in | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c75057be..111275bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +ver 2.22: + Remove D-Bus 0.23 support. + Add initial version of the new D-Bus interface. + Add support for extended inquiry response commands. + Add support for the Logitech diNovo Media Desktop Laser. + Add compile time buffer checks (FORTIFY SOURCE). + + Note: + This version needs at least bluez-libs-2.22 + ver 2.21: Move create_dirs() and create_file() into the textfile library. Let textfile_put() also replace the last key value pair. diff --git a/configure.in b/configure.in index 977a04ef..aa47db4b 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 2.21) +AM_INIT_AUTOMAKE(bluez-utils, 2.22) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE -- cgit