From 17c74d656b4ace6f3967b55bbce2f165fbbfbe67 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 2 Feb 2008 03:56:22 +0000 Subject: Update changelog and bump version number --- ChangeLog | 11 +++++++++++ configure.in | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2562bd29..a500b86d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +ver 3.25: + Add limited support for Handsfree profile. + Add limited support for MPEG12/MP3 codec. + Add basic support for UNITINFO and SUBUNITINFO. + Add more SBC optimizations. + Fix external service (un)registration. + Allow GetInfo and GetAddress to fail. + + Note: + This version needs at least bluez-libs-3.25 + ver 3.24: Add TCP connection support for serial proxy. Add fix for Logitech HID proxy switching. diff --git a/configure.in b/configure.in index 8765e7c9..eba74ceb 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 3.24) +AM_INIT_AUTOMAKE(bluez-utils, 3.25) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE -- cgit