From 09eb33c298009aadec53e8ce64500068025217ad Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 23 Aug 2007 11:29:30 +0000 Subject: Update changelog and bump version number --- ChangeLog | 8 ++++++++ configure.in | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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 -- cgit