summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-08-29 18:02:52 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-08-29 18:02:52 +0200
commit72994f35faec1a0b8f1f3d2a348f2f70d3611728 (patch)
tree6ff430e9f90f65fe3c60267c3cef2ce6be416af4
parent1f9ef422f0e70f3a1d8f264407d88264ee9a7337 (diff)
Release 4.24.2
-rw-r--r--ChangeLog9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 610f22eb..c89cc125 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+ver 4.2:
+ Avoid memory copies in A2DP write routine.
+ Fix broken logic with Simple Pairing check and old kernels.
+ Allow non-bondable and outgoing SDP without agent.
+ Only remove the bonding for non-temporary devices.
+ Cleanup various unnecessary includes.
+ Make more unexported functions static.
+ Add basic infrastructure for gtk-doc support.
+
ver 4.1:
Add 30 seconds timeout to BNEP connection setup phase.
Avoid memory copies in A2DP write routine for ALSA.
diff --git a/configure.ac b/configure.ac
index 7da3817d..9f809c4a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.50)
AC_INIT()
-AM_INIT_AUTOMAKE(bluez, 4.1)
+AM_INIT_AUTOMAKE(bluez, 4.2)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE