From 3382af9114a9b2e657c7ddd0a5511edda6a37a90 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 11 Jul 2008 10:12:31 +0000 Subject: Update changelog and bump version number --- ChangeLog | 14 ++++++++++++++ configure.in | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) 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 -- cgit