diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-08-08 16:38:33 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-08-08 16:38:33 +0000 |
commit | 55147912ac0d3b9090ce612c0543114255f488bf (patch) | |
tree | 21f18ac9e2646239053789f7b60dde8cd5507489 | |
parent | 8c05580df1f807e7e24f44904d6730282633ea2b (diff) |
Update changelog and bump version numberutils-3.14
-rw-r--r-- | ChangeLog | 13 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -1,3 +1,16 @@ +ver 3.14: + Add missing signals for the adapter interface. + Add basic commands for Simple Pairing. + Add correct Simple Pairing and EIR interaction. + Add missing properties for remote information. + Add EPoX endian quirk to the input service. + Fix HID descriptor import and storage functions. + Fix handling of adapters in raw mode. + Fix remote device listing methods. + + Note: + This version needs at least bluez-libs-3.14 + ver 3.13: Fix some issues with the headset support. Fix concurrent pending connection attempts. diff --git a/configure.in b/configure.in index be96a0080..180ed5850 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 3.13) +AM_INIT_AUTOMAKE(bluez-utils, 3.14) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE |