summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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