diff options
| -rw-r--r-- | ChangeLog | 10 | ||||
| -rw-r--r-- | configure.in | 2 | ||||
| -rw-r--r-- | utils.spec | 2 | 
3 files changed, 12 insertions, 2 deletions
| @@ -1,3 +1,13 @@ +ver 2.6: +	Change default prefix to /usr. +	Add manpages for hcid and hcid.conf. +	Add the sdpd server daemon. +	Add the sdptool utility. +	Add the ciptool utility. + +	Note: +	This version needs at least bluez-libs-2.6 +  ver 2.5:  	hcitool changes:  		Support for requesting authentication. diff --git a/configure.in b/configure.in index 0c086693..594db109 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,7 @@ AC_INIT()  AM_MAINTAINER_MODE -AM_INIT_AUTOMAKE(bluez-utils, 2.5) +AM_INIT_AUTOMAKE(bluez-utils, 2.6)  AC_PREFIX_DEFAULT(/usr) @@ -1,5 +1,5 @@  # Note that this is NOT a relocatable package -%define ver      2.5 +%define ver      2.6  %define RELEASE  1  %define rel      %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE}  %define prefix   / | 
