From 895c3c7805f472daacca50e08014b4eeae6dce1a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 11 Nov 2004 18:36:43 +0000 Subject: Update changelog and bump version number --- ChangeLog | 17 +++++++++++++++++ configure.in | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ee26544f..e6461088 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 -- cgit