summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-12-10 14:08:02 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-12-10 14:08:02 +0000
commit5e138ccd0d193206f602f6670ce60d2169ed0bc6 (patch)
treee0a1bf5f4dcca78001127d90edec915abcb3e923
parent9f80ae2025e4d14059ac313b678e7457e5c506aa (diff)
Update changelog and bump version numberutils-2.23
-rw-r--r--ChangeLog14
-rw-r--r--configure.in2
2 files changed, 15 insertions, 1 deletions
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