diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-04-18 22:56:34 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-04-18 22:56:34 +0000 |
commit | a4b42bf7e70eaf50bfd7889ac2a3d67a91b5dd48 (patch) | |
tree | c31c8817becea0c07dbbfd7a80116764742a5738 | |
parent | 137bc70b64b7b1d8280a6580532007e27e2c7e3f (diff) |
Update changelog and bump version numberlibs-2.16
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -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 f9ab66e54..2b58fbad6 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 |