OSDN Git Service

Update changelog and bump version number
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 11 Jul 2008 10:12:31 +0000 (10:12 +0000)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 11 Jul 2008 10:12:31 +0000 (10:12 +0000)
ChangeLog
configure.in

index bdc21e7..c2c382b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+ver 3.36:
+       Add init routines for TI BRF chips.
+       Add extra attributes to the serial port record.
+       Add example record for headset audio gateway record.
+       Use Handsfree version 0x0105 for the gateway role.
+       Fix SDP record registration with specific record handles.
+       Fix BCSP sent/receive handling.
+       Fix various includes for cross-compilation.
+       Allow link mode settings for outgoing connections.
+       Allow bonding during periodic inquiry.
+
+       Note:
+       This version needs at least bluez-libs-3.36
+
 ver 3.35:
        Add UUID-128 support for service discovery.
        Fix usage of friendly names for service discovery.
index 6577c7f..fd25469 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ(2.50)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(bluez-utils, 3.35)
+AM_INIT_AUTOMAKE(bluez-utils, 3.36)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE