From 4c526ebdb8683187358e252c495a78abc32277e3 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 18 Apr 2005 23:12:57 +0000 Subject: Update changelog and bump version number --- ChangeLog | 21 +++++++++++++++++++++ configure.in | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1cc32400..2455abde 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +ver 2.16: + Store link keys in ASCII based file format. + Support device name caching. + Support zero length data sizes in l2test. + Change default l2ping data size to 44 bytes. + Hide the server record and the public browse group root. + Read BD_ADDR if not set and if it is a raw device. + Add SDP language attributes. + Add support for browsing the L2CAP group. + Add support for stored pin codes for outgoing connections. + Add support for local commands and extended features. + Add support for reading CSR panic and fault codes. + Add config option for setting the inquiry mode. + Add OUI decoding support. + Use unlimited inquiry responses as default. + Use cached device names for PIN request. + Use the clock offset when getting the remote names. + + Note: + This version needs at least bluez-libs-2.16 + ver 2.15: Enable the RFCOMM service level security. Add command for reading the clock offset. diff --git a/configure.in b/configure.in index 514f3a3f..15febfe9 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 2.15) +AM_INIT_AUTOMAKE(bluez-utils, 2.16) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE -- cgit