summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-10-03 06:51:49 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-10-03 06:51:49 +0200
commit3e1f6086e02d53dbce83d306b783adeebf3bc9ed (patch)
tree424b3f3baafc1f74ff4c0ddebfa98d4ad2c838cd
parentfc0c9d075db171849357a53a87de656c580c1876 (diff)
Release 4.104.10
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f65b8b0d..debfcb51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+ver 4.10:
+ Fix memory leaks with HAL messages.
+ Add more advanced handsfree features.
+ Add properties to audio, input and network interfaces.
+ Stop device discovery timer on device removal.
+
ver 4.9:
Fix signals for Powered and Discoverable properties.
Fix handling of Alias and Icon properties.
diff --git a/configure.ac b/configure.ac
index 178458c9..989a8306 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.50)
AC_INIT()
-AM_INIT_AUTOMAKE(bluez, 4.9)
+AM_INIT_AUTOMAKE(bluez, 4.10)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE