From b4273fd4b7ee7c8d879903a1b1b4bde2d9b5e0fb Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 29 Jul 2004 09:49:00 +0000 Subject: Update changelog and bump version number --- ChangeLog | 11 +++++++++++ configure.in | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4a039d16..7cd161d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 84db287c..db44ef1d 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 -- cgit