summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-10-20 01:03:55 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-10-20 01:03:55 +0200
commit34e61befec8a9ec737d89e85f2eeb13965adae34 (patch)
tree30ff75cbdbc47cb75d1bc1349cd265db5b530bcf
parent05bf6765056ebb50ed4102ae1bc136e425ff758e (diff)
Release 4.154.15
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 97c0d07d..145b295e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+ver 4.15:
+ Fix various A2DP state machine issues.
+ Fix some issues with the Handsfree error reporting.
+ Fix format string warnings with recent GCC versions.
+ Remove dependency on GModule.
+
ver 4.14:
Fix types of property arrays.
Fix potential crash with input devices.
diff --git a/configure.ac b/configure.ac
index 31000a2b..cc8cb43b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.50)
AC_INIT()
-AM_INIT_AUTOMAKE(bluez, 4.14)
+AM_INIT_AUTOMAKE(bluez, 4.15)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE