diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2004-04-01 21:31:11 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2004-04-01 21:31:11 +0000 | 
| commit | 757548a6710ddd0beb29e82c84749160b4dff1cd (patch) | |
| tree | fc8317a93ad60b45a1a8f44a2042732dff0ba153 | |
| parent | 645b703bed7a352838451e5ca934c605fafebfec (diff) | |
Update changelog and bump version number
| -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   / | 
