summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-05-20 21:27:55 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-05-20 21:27:55 +0000
commit94e81f55510051e863dadf8f01b1a53097be48de (patch)
tree13d1ba1278225b86e579bbcc903f820c39bd90db
parentd7d35ec921ce7fcc138c36a738e337603d122cf0 (diff)
Update changelog and bump version number
-rw-r--r--ChangeLog15
-rw-r--r--configure.in2
2 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ad337a97..92c8a415 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+ver 3.32:
+ Add support for switching HID proxy devices from Dell.
+ Add more Bluetooth client/server helper functions.
+ Add support for input service idle timeout option.
+ Fix BNEP reconnection handling.
+ Fix return value for snd_pcm_hw_params() calls.
+ Use upper-case addresses for object paths.
+ Remove HAL support helpers.
+ Remove inotify support.
+ Remove service daemon activation handling.
+ Remove uneeded D-Bus API extension.
+
+ Note:
+ This version needs at least bluez-libs-3.32
+
ver 3.31:
Create device object for all pairing cases.
Convert authorization to internal function calls.
diff --git a/configure.in b/configure.in
index 3fdde2d9..60162583 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
AC_PREREQ(2.50)
AC_INIT()
-AM_INIT_AUTOMAKE(bluez-utils, 3.31)
+AM_INIT_AUTOMAKE(bluez-utils, 3.32)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE