summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-04-11 20:22:43 +0200
committerMarcel Holtmann <marcel@holtmann.org>2009-04-11 20:22:43 +0200
commitba04758953024d5984e9b699fd3e7831c3cebfb9 (patch)
tree877efa45bc619c10568efc760307d96655fc28a2
parente63462af6429e463dee4082e0229c779fbf63e60 (diff)
downloadbluez-4.35.tar.gz
Release 4.354.35
-rw-r--r--ChangeLog12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e7c7cca34..ce7c1f233 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+ver 4.35:
+ Add support for Handsfree profile headset role.
+ Add additional checks for open SEIDs from clients.
+ Fix device removal while audio IPC client is connected.
+ Fix device removal when an authorization request is pending.
+ Fix incoming AVDTP connect while authorization in progress.
+ Fix disconnection timers for audio support.
+ Fix various potential NULL pointer deferences.
+ Fix callheld indicator value for multiple calls.
+ Fix voice number type usage.
+ Fix GDBus watch handling.
+
ver 4.34:
Add support for version checks of plugins.
Add support for class property on adapter interface.
diff --git a/configure.ac b/configure.ac
index 103c7bf1d..16ad85c22 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.60)
AC_INIT()
-AM_INIT_AUTOMAKE(bluez, 4.34)
+AM_INIT_AUTOMAKE(bluez, 4.35)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE