summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-02-23 00:30:35 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-02-23 00:30:35 +0000
commit8fedde6963c94e75e660cfbd242253e7db6f9a1a (patch)
tree3201542995b3be474b8ba3991e69e40cac6097c8
parent4170955ad1f97eb8b7bf4f96025a654dab531571 (diff)
Update changelog and bump version numberutils-3.27
-rw-r--r--ChangeLog15
-rw-r--r--configure.in2
2 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 060451a6..f0ce2e8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+ver 3.27:
+ Update uinput.h with extra key definitions.
+ Add support for input connect/disconnect callbacks.
+ Add ifdefs around some baud rate definitions.
+ Add proper HFP service level connection handling.
+ Add basic headset automatic disconnect support.
+ Add support for new SBC API.
+ Fix SBC decoder noise at high bitpools.
+ Use 32-bit multipliers for further SBC optimization.
+ Check for RFCOMM connection state in SCO connect callback.
+ Make use of parameters selected in ALSA plugin.
+
+ Note:
+ This version needs at least bluez-libs-3.27
+
ver 3.26:
Fix compilation issues with UCHAR_MAX, USHRT_MAX and UINT_MAX.
Improve handling of different audio transports.
diff --git a/configure.in b/configure.in
index bf1370e4..a79e792c 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
AC_PREREQ(2.50)
AC_INIT()
-AM_INIT_AUTOMAKE(bluez-utils, 3.26)
+AM_INIT_AUTOMAKE(bluez-utils, 3.27)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE