From 8327293fd9d76cab3da18d476c619748a5354f1c Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 22 Aug 2006 04:23:33 +0000 Subject: Update changelog and bump version number --- ChangeLog | 12 ++++++++++++ configure.in | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ac03f8a0..b2ce4d9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +ver 3.3: + Don't change inquiry mode for Bluetooth 1.1 adapters. + Add udev rules for Bluetooth serial PCMCIA cards. + Add Cancel and Release methods for passkey agents. + Add GetRemoteClass method. + Convert to using ppoll() and pselect(). + Initialize allocated memory to zero. + Remove bcm203x firmware loader. + + Note: + This version needs at least bluez-libs-3.3 + ver 3.2: Only check for the low-level D-Bus library. Update possible device minor classes. diff --git a/configure.in b/configure.in index 5489e0bc..60fb47f0 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 3.2) +AM_INIT_AUTOMAKE(bluez-utils, 3.3) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE -- cgit