summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-07-29 09:49:00 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-07-29 09:49:00 +0000
commitb4273fd4b7ee7c8d879903a1b1b4bde2d9b5e0fb (patch)
tree6fc3cd4a4ebd679cbdf9e0677f903aa1892384a5
parent02be6993b4ae4442c320ef2fbb8080c01c887edf (diff)
Update changelog and bump version numberutils-2.9
-rw-r--r--ChangeLog11
-rw-r--r--configure.in2
2 files changed, 12 insertions, 1 deletions
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