summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-08-23 11:29:30 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-08-23 11:29:30 +0000
commit09eb33c298009aadec53e8ce64500068025217ad (patch)
tree7a7f92ec2ae68f009606c7b70f5c6eef99a95c6e
parent2d5a57de38634f451a1c1982827e477c3751d9cb (diff)
Update changelog and bump version numberutils-3.15
-rw-r--r--ChangeLog8
-rw-r--r--configure.in2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f2bfd50..62b91043 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 3.15:
+ Add A2DP support to the audio service.
+ Add proxy support to the serial service.
+ Set service classes value from SDP database.
+
+ Note:
+ This version needs at least bluez-libs-3.15
+
ver 3.14:
Add missing signals for the adapter interface.
Add basic commands for Simple Pairing.
diff --git a/configure.in b/configure.in
index 7ab91fae..272cec46 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
AC_PREREQ(2.50)
AC_INIT()
-AM_INIT_AUTOMAKE(bluez-utils, 3.14)
+AM_INIT_AUTOMAKE(bluez-utils, 3.15)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE