diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-12-06 00:41:59 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-12-06 00:41:59 +0100 |
commit | 5d6b3617516d454be39f2bc97f6a77cb7cf4e178 (patch) | |
tree | aba667271d803d140f1a56434484d92d5ed5894a | |
parent | 6b9c65b847b88d66a6b5b1601245fee1030427d2 (diff) |
Release 4.224.22
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +ver 4.22: + Add deny statements to D-Bus access policy. + Add support for LegacyPairing property. + Add support for global properties. + Add more commands to telephony testing script. + Add sender checks for serial and network interfaces. + Remove deprecated methods and signals from input interface. + Remove deprecated methods and signals from network interface. + Remove OffMode option and always use device down. + ver 4.21: Fix adapter initialization logic. Fix adapter setup and start security manager early. diff --git a/configure.ac b/configure.ac index ea0bd8a2..1ee65640 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez, 4.21) +AM_INIT_AUTOMAKE(bluez, 4.22) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE |