diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-06-18 16:18:32 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-06-18 16:18:32 +0000 |
commit | 72b1f5668dee842f457d57a8e33afe26900ae14d (patch) | |
tree | fb56e317f6dfe00b34ea3a46abef119f0eb877d1 | |
parent | dde6ea8284f922181318ee84fd58144e06ee39b2 (diff) |
Update changelog and bump version numberutils-3.33
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ +ver 3.33: + Add support for handling Simple Pairing. + Add Simple Pairing support to Agent interface. + Add ReleaseMode method to Adapter interface. + Add DiscoverServices method to Device interface. + Remove obsolete code and cleanup the repository. + Move over to use the libgdbus API. + + Note: + This version needs at least bluez-libs-3.33 + ver 3.32: Add support for switching HID proxy devices from Dell. Add more Bluetooth client/server helper functions. diff --git a/configure.in b/configure.in index 011743ca0..bb89a14ff 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 3.32) +AM_INIT_AUTOMAKE(bluez-utils, 3.33) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE |