diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2004-03-21 22:55:49 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2004-03-21 22:55:49 +0000 | 
| commit | 22dfbf516115cee3a2cc7e3c1defe92e41e74fc7 (patch) | |
| tree | 5be33ad049cf9e5f6edf58744ee7ae18d88efa69 | |
| parent | 4352b6d63fb5eb038e5f678ae143f97662b7db3b (diff) | |
Update changelog and bump version numberutils-2.5
| -rw-r--r-- | AUTHORS | 11 | ||||
| -rw-r--r-- | ChangeLog | 14 | ||||
| -rw-r--r-- | configure.in | 2 | ||||
| -rw-r--r-- | utils.spec | 2 | 
4 files changed, 23 insertions, 6 deletions
| @@ -1,6 +1,10 @@  Maxim Krasnyansky <maxk@qualcomm.com>  	Original author. + +Marcel Holtmann <marcel@holtmann.org>  	Primary maintainer. +	Various patches, fixes and other contributions. +	RFCOMM configuration utility.  Ilguiz Latypov <ilatypov@superbt.com>  	Patches. Suggestions. @@ -15,10 +19,6 @@ Jean Tourrilhes <jt@hpl.hp.com>  Thomas Moser <Thomas.Moser@tmoser.ch>  	Silicon Wave UART initialization. -Marcel Holtmann <marcel@holtmann.org> -	Various patches, fixes and other contributions. -	RFCOMM configuration utility. -  Nils Faerber <nils@kernelconcepts.de>  	Man pages. @@ -33,3 +33,6 @@ Wolfgang Heidrich <wolfgang.heidrich@esk.fhg.de>  Fabrizio Gennari <fabrizio.gennari@philips.com>  	Support for link supervision timeout (hcitool). + +Philip Blundell <pb@nexus.co.uk> +	D-Bus PIN helper support. @@ -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) @@ -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   / | 
