From 22dfbf516115cee3a2cc7e3c1defe92e41e74fc7 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 21 Mar 2004 22:55:49 +0000 Subject: Update changelog and bump version number --- AUTHORS | 11 +++++++---- ChangeLog | 14 ++++++++++++++ configure.in | 2 +- utils.spec | 2 +- 4 files changed, 23 insertions(+), 6 deletions(-) diff --git a/AUTHORS b/AUTHORS index b3eee626..209ae29a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,6 +1,10 @@ Maxim Krasnyansky Original author. + +Marcel Holtmann Primary maintainer. + Various patches, fixes and other contributions. + RFCOMM configuration utility. Ilguiz Latypov Patches. Suggestions. @@ -15,10 +19,6 @@ Jean Tourrilhes Thomas Moser Silicon Wave UART initialization. -Marcel Holtmann - Various patches, fixes and other contributions. - RFCOMM configuration utility. - Nils Faerber Man pages. @@ -33,3 +33,6 @@ Wolfgang Heidrich Fabrizio Gennari Support for link supervision timeout (hcitool). + +Philip Blundell + D-Bus PIN helper support. diff --git a/ChangeLog b/ChangeLog index dcf08308..b0ca09ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +ver 2.5: + hcitool changes: + Support for requesting authentication. + Support for setting connection encryption. + Fix some endian problems. + hciconfig changes: + Show revision information for Broadcom devices. + Replace unprintable characters in device name. + hcid changes: + Add D-Bus support for PIN request. + Report an error on PIN helper failure. + Fix some 64-bit problems. + Update bluepin script for GTK2. + ver 2.4: hcitool changes: Increase number of inquiry responses. diff --git a/configure.in b/configure.in index 14496cda..19be6b53 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,7 @@ AC_INIT() AM_MAINTAINER_MODE -AM_INIT_AUTOMAKE(bluez-utils, 2.4) +AM_INIT_AUTOMAKE(bluez-utils, 2.5) AC_SUBST(DISTRO) AC_SUBST(PCMCIA) diff --git a/utils.spec b/utils.spec index 9df55a4b..1ea074f9 100644 --- a/utils.spec +++ b/utils.spec @@ -1,5 +1,5 @@ # Note that this is NOT a relocatable package -%define ver 2.4 +%define ver 2.5 %define RELEASE 1 %define rel %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE} %define prefix / -- cgit