From 4849d9867847ccb78bd13573ea01f67423610876 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 25 Dec 2007 20:47:05 +0000 Subject: Update changelog and bump version number --- ChangeLog | 12 ++++++++++++ configure.in | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0f572445..2562bd29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +ver 3.24: + Add TCP connection support for serial proxy. + Add fix for Logitech HID proxy switching. + Add missing macros, MIN, MAX, ABS and CLAMP. + Add more SBC encoder optimizations. + Add initial mechanism to handle headset commands. + Fix connecting to handsfree profile headsets. + Use proper function for checking signal name. + + Note: + This version needs at least bluez-libs-3.24 + ver 3.23: Fix key search function to honor the mmap area size. Fix Avahi integration of network service. diff --git a/configure.in b/configure.in index 6595bd57..38971d7d 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 3.23) +AM_INIT_AUTOMAKE(bluez-utils, 3.24) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE -- cgit