diff options
| author | Max Krasnyansky <maxk@qualcomm.com> | 2003-03-20 20:26:31 +0000 | 
|---|---|---|
| committer | Max Krasnyansky <maxk@qualcomm.com> | 2003-03-20 20:26:31 +0000 | 
| commit | bbc64980becd62088bf04427f8652d0935962167 (patch) | |
| tree | d0559ff6362f44783a371fcbda46aa34e21a7c95 | |
| parent | c983d302e10d3e6849634b7114e624ef5e3710f0 (diff) | |
New version.utils-2.3
| -rw-r--r-- | ChangeLog | 13 | ||||
| -rw-r--r-- | configure.in | 2 | ||||
| -rw-r--r-- | utils.spec | 2 | 
3 files changed, 15 insertions, 2 deletions
| @@ -1,3 +1,16 @@ +var 2.3: +	hciconfig changes: +		CSR firmware version is now displayed by 'revision' command. +		Voice command is working properly on big endian machines. +	hciattach changes: +		Added support for Texas Bluetooth modules. +		Added support for high UART baud rates on Ericsson modules. +		BCSP initialization fixes. +	Support for role switch command (hcitool). +	RFCOMM config file parser fixes. +	Update man pages. +	Removed GLib dependency. +  ver 2.2:  	Support for voice settings (hciconfig).  	Minor hcitool fixes. diff --git a/configure.in b/configure.in index 3ee5b5f0..460ffc06 100644 --- a/configure.in +++ b/configure.in @@ -11,7 +11,7 @@ AC_CANONICAL_HOST  AM_MAINTAINER_MODE -AM_INIT_AUTOMAKE(bluez-utils, 2.2) +AM_INIT_AUTOMAKE(bluez-utils, 2.3)  AC_SUBST(DISTRO)  AC_SUBST(PCMCIA) @@ -1,5 +1,5 @@  # Note that this is NOT a relocatable package -%define ver      2.2 +%define ver      2.3  %define RELEASE  1  %define rel      %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE}  %define prefix   / | 
