From 757548a6710ddd0beb29e82c84749160b4dff1cd Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 1 Apr 2004 21:31:11 +0000 Subject: Update changelog and bump version number --- ChangeLog | 10 ++++++++++ configure.in | 2 +- utils.spec | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b0ca09ee..d8dc5717 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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) diff --git a/utils.spec b/utils.spec index b9ea0c35..5ec5d210 100644 --- a/utils.spec +++ b/utils.spec @@ -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 / -- cgit