diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2003-12-17 14:26:35 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2003-12-17 14:26:35 +0000 | 
| commit | 350e84f553eece612ba722c55f7b39c71b449994 (patch) | |
| tree | 473a22427c2ec6a731e8ed712896d7f451dd5f2b | |
| parent | 8793e6002250dde7f85ab89410ad96aebf2dbb76 (diff) | |
Update changelog and bump version numberutils-2.4
| -rw-r--r-- | ChangeLog | 22 | ||||
| -rw-r--r-- | configure.in | 2 | ||||
| -rw-r--r-- | utils.spec | 2 | 
3 files changed, 23 insertions, 3 deletions
| @@ -1,4 +1,24 @@ -var 2.3: +ver 2.4: +	hcitool changes: +		Increase number of inquiry responses. +		Support for transmit power level. +		Minor updates. +	hciconfig changes: +		Display all 8 bytes of the features. +		Add support for reading and writing of IAC. +		Correct decoding class of device. +		Use Ericsson revision command for ST Microelectronics devices. +		Display AVM firmware version with 'revision' command. +		New code for CSR specific revision information. +	hciattach changes: +		Support for ST Microelectronics specific initialization. +		Support for 3Com card version 3.0. +		Support for TDK, IBM and Socket cards. +		Support for initial baud rate. +	Update man pages. +	Fixes for some memory leaks. + +ver 2.3:  	hciconfig changes:  		CSR firmware version is now displayed by 'revision' command.  		Voice command is working properly on big endian machines. diff --git a/configure.in b/configure.in index 460ffc06..bc49b56b 100644 --- a/configure.in +++ b/configure.in @@ -11,7 +11,7 @@ AC_CANONICAL_HOST  AM_MAINTAINER_MODE -AM_INIT_AUTOMAKE(bluez-utils, 2.3) +AM_INIT_AUTOMAKE(bluez-utils, 2.4)  AC_SUBST(DISTRO)  AC_SUBST(PCMCIA) @@ -1,5 +1,5 @@  # Note that this is NOT a relocatable package -%define ver      2.3 +%define ver      2.4  %define RELEASE  1  %define rel      %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE}  %define prefix   / | 
