summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-08-30 14:29:07 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-08-30 14:29:07 +0000
commita20591997138a9d39dba35b49c33a2311852dc1c (patch)
tree0ac8b4dd3f01dadf969820b8b960e4e88eaf8755
parentd039784990775ec85aa51f080b2db9feb0604a35 (diff)
Update changelog and bump version numberutils-3.17
-rw-r--r--ChangeLog8
-rw-r--r--configure.in2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 51d9e84f..b1eeeafc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 3.17:
+ Fix crashes in audio and network services.
+ Check PAN source and destination roles.
+ Only export the needed symbols for the plugins.
+
+ Note:
+ This version needs at least bluez-libs-3.17
+
ver 3.16:
Add support for headsets with SCO audio over HCI.
Add support for auto-create through ALSA plugin.
diff --git a/configure.in b/configure.in
index 564552e0..1502ca89 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
AC_PREREQ(2.50)
AC_INIT()
-AM_INIT_AUTOMAKE(bluez-utils, 3.16)
+AM_INIT_AUTOMAKE(bluez-utils, 3.17)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE