summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-09-16 11:01:24 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-09-16 11:01:24 +0000
commit8e94e6edf8ced030fce3706c9df039cff7cc52ed (patch)
tree35b3e34ad350c4109f0b84e2227dc9bef5f459de
parent6efce5841c487a4fbbc0aa324cbcdd1d58f40077 (diff)
Update changelog and bump version number
-rw-r--r--ChangeLog11
-rw-r--r--configure.in2
2 files changed, 12 insertions, 1 deletions
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