diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-07-29 09:49:00 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-07-29 09:49:00 +0000 |
commit | b4273fd4b7ee7c8d879903a1b1b4bde2d9b5e0fb (patch) | |
tree | 6fc3cd4a4ebd679cbdf9e0677f903aa1892384a5 | |
parent | 02be6993b4ae4442c320ef2fbb8080c01c887edf (diff) |
Update changelog and bump version numberutils-2.9
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ +ver 2.9: + Retry SDP connect if busy in the CUPS backend. + Use packet type and allow role switch in hcitool. + Use the functions from the USB library for hid2hci. + Add Broadcom firmware loader. + Add EPoX endian quirk for buggy keyboards. + Update the autoconf/automake scripts. + + Note: + This version needs at least bluez-libs-2.9 + ver 2.8: Use LIBS and LDADD instead of LDFLAGS. Use HIDP subclass field for HID boot protocol. diff --git a/configure.in b/configure.in index 84db287c8..db44ef1d1 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 2.8) +AM_INIT_AUTOMAKE(bluez-utils, 2.9) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE |