summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a9453bdb..610f22eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,2 +1,7 @@
+ver 4.1:
+ Add 30 seconds timeout to BNEP connection setup phase.
+ Avoid memory copies in A2DP write routine for ALSA.
+ Make sure to include compat/sdp.h in the distribution.
+
ver 4.0:
Initial public release.
diff --git a/configure.ac b/configure.ac
index 92d840d6..10364b9e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.50)
AC_INIT()
-AM_INIT_AUTOMAKE(bluez, 4.0)
+AM_INIT_AUTOMAKE(bluez, 4.1)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE