summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-09-03 16:09:13 -0700
committerMarcel Holtmann <marcel@holtmann.org>2009-09-03 16:09:13 -0700
commitd6e1c083a785256a81d3f0ee74d9949da99a16fc (patch)
treee79646c487797a74b3431d8c4a375f5ed5d619be
parent86a8cb503758385ed4ce1dfde2ed578a565373bb (diff)
downloadbluez-d6e1c083a785256a81d3f0ee74d9949da99a16fc.tar.gz
Release 4.524.52
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4da453a34..88ebaf365 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+ver 4.52:
+ Add AVCTP support to test utility.
+ Fix AVDTP Abort when transport closes before response.
+ Fix authorization when the audio profiles are slow to connect.
+ Fix potential AVDTP reference leaks.
+
ver 4.51:
Add utility for basic AVDTP testing.
Add support for configuring L2CAP FCS option.
diff --git a/configure.ac b/configure.ac
index f2c6d758d..3ac62c434 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 4.51)
+AC_INIT(bluez, 4.52)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)