diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-10-31 16:41:53 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-10-31 16:41:53 +0000 |
commit | df7165e91fc0954488a5db6ce235ae4f8896099f (patch) | |
tree | e2a78509d2a247c1ce3dc63a960f894b214d27f3 | |
parent | 986881aec01faf3be6986651f9622f4e9787da90 (diff) |
Update changelog and bump version numberutils-2.22
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -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 977a04efc..aa47db4b6 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 |