diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2005-12-10 14:08:02 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2005-12-10 14:08:02 +0000 | 
| commit | 5e138ccd0d193206f602f6670ce60d2169ed0bc6 (patch) | |
| tree | e0a1bf5f4dcca78001127d90edec915abcb3e923 | |
| parent | 9f80ae2025e4d14059ac313b678e7457e5c506aa (diff) | |
Update changelog and bump version numberutils-2.23
| -rw-r--r-- | ChangeLog | 14 | ||||
| -rw-r--r-- | configure.in | 2 | 
2 files changed, 15 insertions, 1 deletions
| @@ -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 | 
