From 013e2efc3a57ad9150eea9bb653ed8b8e3d02bcc Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 24 Oct 2007 22:43:44 +0000 Subject: Update changelog and bump version number --- ChangeLog | 13 +++++++++++++ configure.in | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 81beed32..8c0f4b6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +ver 3.21: + Add initial AVRCP support. + Add A2DP sink support to GStreamer plugin. + Fix interoperability with A2DP suspend. + Fix sign error in 8-subband encoder. + Fix handling of service classes length size. + Store Extended Inquiry Response data information. + Publish device id information through EIR. + Support higher baud rates for Ericcson based chips. + + Note: + This version needs at least bluez-libs-3.21 + ver 3.20: Fix GStreamer plugin file type detection. Fix potential infinite loop in inotify support. diff --git a/configure.in b/configure.in index ab7865d8..199a5864 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 3.20) +AM_INIT_AUTOMAKE(bluez-utils, 3.21) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE -- cgit