diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-08-23 11:29:30 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-08-23 11:29:30 +0000 |
commit | 09eb33c298009aadec53e8ce64500068025217ad (patch) | |
tree | 7a7f92ec2ae68f009606c7b70f5c6eef99a95c6e | |
parent | 2d5a57de38634f451a1c1982827e477c3751d9cb (diff) |
Update changelog and bump version numberutils-3.15
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -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 7ab91fae8..272cec463 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 |