From a4b42bf7e70eaf50bfd7889ac2a3d67a91b5dd48 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 18 Apr 2005 22:56:34 +0000 Subject: Update changelog and bump version number --- ChangeLog | 10 ++++++++++ configure.in | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8f46894c..6559577e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +ver 2.16: + Fix buffer allocation for features to string conversion. + Add function for reading local supported commands. + Add function for reading local extended features. + Add function for reading remote extended features. + Add function for getting the remote name with a clock offset. + Add function for extracting the OUI from a BD_ADDR. + Add inquiry info structure with RSSI and page scan mode. + Support inquiry with unlimited number of responses. + ver 2.15: Use better way for unaligned access. Remove sdp_internal.h and its usage. diff --git a/configure.in b/configure.in index f9ab66e5..2b58fbad 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez-libs, 2.15) +AM_INIT_AUTOMAKE(bluez-libs, 2.16) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE -- cgit