From 5e138ccd0d193206f602f6670ce60d2169ed0bc6 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 10 Dec 2005 14:08:02 +0000 Subject: Update changelog and bump version number --- ChangeLog | 14 ++++++++++++++ configure.in | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 111275bc..49c5d177 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +ver 2.23: + Update the new D-Bus interface. + Make dfutool ready for big endian architectures. + Add support for AVRCP specific service records. + Add support for writing complex BCCMD commands. + Add the new BCCMD interface utility. + Add MicroBCSP implementation from CSR. + Add HCI emulation tool. + Add fake HID support for old EPoX presenters. + Reject connections from unknown HID devices. + + Note: + This version needs at least bluez-libs-2.23 + ver 2.22: Remove D-Bus 0.23 support. Add initial version of the new D-Bus interface. diff --git a/configure.in b/configure.in index aa47db4b..1e7bc838 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 2.22) +AM_INIT_AUTOMAKE(bluez-utils, 2.23) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE -- cgit