diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-08-22 04:23:33 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-08-22 04:23:33 +0000 |
commit | 8327293fd9d76cab3da18d476c619748a5354f1c (patch) | |
tree | e1b7dc6e5155ec9d8593393f6f5fe3fa1c8d67d3 | |
parent | 368e7cfd1e863c4a4aba5886180be3a4e0edf37a (diff) |
Update changelog and bump version number
-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -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 |