diff options
| -rw-r--r-- | ChangeLog | 18 | ||||
| -rw-r--r-- | configure.in | 2 | ||||
| -rw-r--r-- | utils.spec | 6 | 
3 files changed, 22 insertions, 4 deletions
| @@ -1,3 +1,21 @@ +ver 2.7: +	Add support for getting the AFH channel map. +	Add support for AFH mode. +	Add support for inquiry mode. +	Add Bluetooth backend for CUPS. +	Add the hid2hci utility. +	Add the hidd utility. +	Add the pand utility. +	Add the dund utility. +	More endian bug fixes. +	Give udev some time to create the RFCOMM device nodes. +	Release the TTY if no device node is found. +	New startup script for the Bluetooth subsystem. +	Update to the autoconf stuff. + +	Note: +	This version needs at least bluez-libs-2.7 +  ver 2.6:  	Change default prefix to /usr.  	Add manpages for hcid and hcid.conf. diff --git a/configure.in b/configure.in index fb6db57d..14dce451 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl  AC_PREREQ(2.50)  AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 2.6) +AM_INIT_AUTOMAKE(bluez-utils, 2.7)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE @@ -1,5 +1,5 @@  # Note that this is NOT a relocatable package -%define ver      2.6 +%define ver      2.7  %define RELEASE  1  %define rel      %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE}  %define prefix   / @@ -18,9 +18,9 @@ BuildRoot: /var/tmp/%{name}-%{PACKAGE_VERSION}-root  URL: http://bluez.sourceforge.net  Docdir: %{prefix}/usr/share/doc  Requires: glibc >= 2.2.4 -Requires: bluez-libs >= 2.0 +Requires: bluez-libs >= 2.7  BuildRequires: glibc >= 2.2.4 -BuildRequires: bluez-libs >= 2.0 +BuildRequires: bluez-libs >= 2.7  %description  Bluetooth utilities (bluez-utils): | 
