From 94e81f55510051e863dadf8f01b1a53097be48de Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 20 May 2008 21:27:55 +0000 Subject: Update changelog and bump version number --- ChangeLog | 15 +++++++++++++++ configure.in | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) 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 -- cgit