diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-07-11 10:12:31 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-07-11 10:12:31 +0000 |
commit | 3382af9114a9b2e657c7ddd0a5511edda6a37a90 (patch) | |
tree | 0d7681ce42e7816e2f4e89f0d747e12a8de4017a | |
parent | 8af2789f18e64aaee0ae52680f4474814b0be0b8 (diff) |
Update changelog and bump version numberutils-3.36
-rw-r--r-- | ChangeLog | 14 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 15 insertions, 1 deletions
@@ -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 |