summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-08-28 17:54:26 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-08-28 17:54:26 +0000
commit9683bfc5b5e6358190dd7939eaa17e68694b98a3 (patch)
tree360ede10df6473ac206bcb51860254ecf6b05553
parentda10b3ccf28d21e0bfa9ad458a350f64eb47b2be (diff)
Update changelog and bump version numberutils-3.16
-rw-r--r--ChangeLog11
-rw-r--r--configure.in2
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 62b91043..51d9e84f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+ver 3.16:
+ Add support for headsets with SCO audio over HCI.
+ Add support for auto-create through ALSA plugin.
+ Add support for ALSA plugin parameters.
+ Add GStreamer plugin with SBC decoder and encoder.
+ Fix network service NAP, GN and PANU servers.
+ Set EIR information from SDP database.
+
+ Note:
+ This version needs at least bluez-libs-3.16
+
ver 3.15:
Add A2DP support to the audio service.
Add proxy support to the serial service.
diff --git a/configure.in b/configure.in
index 51c1e0f8..564552e0 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
AC_PREREQ(2.50)
AC_INIT()
-AM_INIT_AUTOMAKE(bluez-utils, 3.15)
+AM_INIT_AUTOMAKE(bluez-utils, 3.16)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE