summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-04-18 23:12:57 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-04-18 23:12:57 +0000
commit4c526ebdb8683187358e252c495a78abc32277e3 (patch)
treeecd64ec46ecbe391cbd7afddd83bc8f5b8ec8f4d
parentf6a34bc5fd6f54256080d63734b414c037f0603c (diff)
Update changelog and bump version numberutils-2.16
-rw-r--r--ChangeLog21
-rw-r--r--configure.in2
2 files changed, 22 insertions, 1 deletions
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