diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-08-13 14:04:04 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-08-13 14:04:04 +0000 |
commit | beb514e9152e98bd46018966f365d0cd57e17e4f (patch) | |
tree | 03685c384bcaf1a7767d7e04b6957f8bd286b8ba | |
parent | f9cbc885a447b4d1047648b0e2d4749e923a0190 (diff) |
Update changelog and bump version numberutils-2.10
-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,15 @@ +ver 2.10: + Use a define for the configuration directory. + Fix string initialization for flags translation. + Check for usb_get_busses() and usb_interrupt_read(). + Add optional support for compiling with PIE. + Make installation of the init scripts optional. + Make compiling with debug information optional. + Don't override CFLAGS from configure. + + Note: + This version needs at least bluez-libs-2.10 + ver 2.9: Retry SDP connect if busy in the CUPS backend. Use packet type and allow role switch in hcitool. diff --git a/configure.in b/configure.in index 1cf69659..52ec0525 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 2.9) +AM_INIT_AUTOMAKE(bluez-utils, 2.10) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE |