diff options
| -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   / | 
