diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-11-11 18:36:43 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-11-11 18:36:43 +0000 |
commit | 895c3c7805f472daacca50e08014b4eeae6dce1a (patch) | |
tree | 9de1951eae28b599029d82d2bfef8cb2f57850f6 | |
parent | 4f20f27924bd0ad6fcb02b22df6dd1128fcccd78 (diff) |
Update changelog and bump version numberutils-2.11
-rw-r--r-- | ChangeLog | 17 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 18 insertions, 1 deletions
@@ -1,3 +1,20 @@ +ver 2.11: + Various cleanups to avoid inclusion of kernel headers. + Fix output when the CUPS backend is called without arguments. + Fix problems with a 64 bit userland. + Use Bluetooth library functions if available. + Use standard numbering scheme of SDP record handles. + Add a master option to the hidd. + Add support for changing the link key of a connection. + Add support for requesting encryption on keyboards. + Add support for revision information of Digianswer devices. + Add support for the Zoom, IBM and TDK PCMCIA cards. + Add checks for the OpenOBEX and the ALSA libraries. + Add experimental mRouter support. + + Note: + This version needs at least bluez-libs-2.11 + ver 2.10: Use a define for the configuration directory. Fix string initialization for flags translation. diff --git a/configure.in b/configure.in index 15e95198..1eab0ecd 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 2.10) +AM_INIT_AUTOMAKE(bluez-utils, 2.11) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE |