From 8e94e6edf8ced030fce3706c9df039cff7cc52ed Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 16 Sep 2007 11:01:24 +0000 Subject: Update changelog and bump version number --- ChangeLog | 11 +++++++++++ configure.in | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8e4794d0..b4936b8c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +ver 3.19: + Limit range of bitpool announced while in ACP side. + Use poll instead of usleep to wait for worker thread. + Use default event mask from the specification. + Add HID proxy support for Logitech diNovo Edge dongle. + Add refresh option to re-request device names. + Show correct connection link type. + + Note: + This version needs at least bluez-libs-3.19 + ver 3.18: Implement proper locking for headsets. Fix various A2DP SEP locking issues. diff --git a/configure.in b/configure.in index e61459ea..7c175716 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 3.18) +AM_INIT_AUTOMAKE(bluez-utils, 3.19) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE -- cgit