summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-07-01 03:10:42 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-07-01 03:10:42 +0000
commitf1e41a10b21e7f7bdd1f5fec7fd2d96e23a03def (patch)
tree8795e30e0d64174c7c340b062b7238c337a13e53
parentc4139033616c53b1f790fe165d1a22fcce292e74 (diff)
Update changelog and bump version numberutils-3.35
-rw-r--r--ChangeLog10
-rw-r--r--configure.in2
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 52e6f696..bdc21e73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+ver 3.35:
+ Add UUID-128 support for service discovery.
+ Fix usage of friendly names for service discovery.
+ Fix authorization when experiemental is disabled.
+ Fix uninitialized variable in passkey request handling.
+ Enable output of timestamps for l2test and rctest.
+
+ Note:
+ This version needs at least bluez-libs-3.35
+
ver 3.34:
Use safe function versions for SDP client handling.
Fix issue with RemoveDevice during discovery procedure.
diff --git a/configure.in b/configure.in
index a6c08084..6577c7f7 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
AC_PREREQ(2.50)
AC_INIT()
-AM_INIT_AUTOMAKE(bluez-utils, 3.34)
+AM_INIT_AUTOMAKE(bluez-utils, 3.35)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE