summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-08-22 04:23:33 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-08-22 04:23:33 +0000
commit8327293fd9d76cab3da18d476c619748a5354f1c (patch)
treee1b7dc6e5155ec9d8593393f6f5fe3fa1c8d67d3
parent368e7cfd1e863c4a4aba5886180be3a4e0edf37a (diff)
Update changelog and bump version number
-rw-r--r--ChangeLog12
-rw-r--r--configure.in2
2 files changed, 13 insertions, 1 deletions
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