summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-05-08 20:56:50 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-05-08 20:56:50 +0000
commitd30e0b53fd418d8a7485d9f8a7b08a5024fde52e (patch)
treef78fdb005356c121ba25b9a77419835e0ba84a73
parent7a3b95b9b649df2d56db0dc963b33b2f3835d882 (diff)
Update changelog and bump version number
-rw-r--r--ChangeLog18
-rw-r--r--configure.in2
-rw-r--r--utils.spec6
3 files changed, 22 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index d8dc5717..ff6c3e9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/utils.spec b/utils.spec
index 448d4681..ec94f080 100644
--- a/utils.spec
+++ b/utils.spec
@@ -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):