From beb514e9152e98bd46018966f365d0cd57e17e4f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 13 Aug 2004 14:04:04 +0000 Subject: Update changelog and bump version number --- ChangeLog | 12 ++++++++++++ configure.in | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7cd161d7a..ee26544f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 1cf696596..52ec05254 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 -- cgit v1.2.1