diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-04-18 23:12:57 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-04-18 23:12:57 +0000 |
commit | 4c526ebdb8683187358e252c495a78abc32277e3 (patch) | |
tree | ecd64ec46ecbe391cbd7afddd83bc8f5b8ec8f4d | |
parent | f6a34bc5fd6f54256080d63734b414c037f0603c (diff) |
Update changelog and bump version numberutils-2.16
-rw-r--r-- | ChangeLog | 21 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 22 insertions, 1 deletions
@@ -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 514f3a3fb..15febfe9e 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 |