OSDN Git Service

Update changelog and bump version number
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 1 Jul 2008 03:10:42 +0000 (03:10 +0000)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 1 Jul 2008 03:10:42 +0000 (03:10 +0000)
ChangeLog
configure.in

index 52e6f69..bdc21e7 100644 (file)
--- 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.
index a6c0808..6577c7f 100644 (file)
@@ -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