summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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