summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-07-11 10:12:31 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-07-11 10:12:31 +0000
commit3382af9114a9b2e657c7ddd0a5511edda6a37a90 (patch)
tree0d7681ce42e7816e2f4e89f0d747e12a8de4017a
parent8af2789f18e64aaee0ae52680f4474814b0be0b8 (diff)
Update changelog and bump version numberutils-3.36
-rw-r--r--ChangeLog14
-rw-r--r--configure.in2
2 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bdc21e73..c2c382b3 100644
--- 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.
diff --git a/configure.in b/configure.in
index 6577c7f7..fd254699 100644
--- a/configure.in
+++ b/configure.in
@@ -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