diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-09-10 21:02:31 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-09-10 21:02:31 +0200 |
commit | 69f18ff2add2566953cbba6306cf1edc4833900a (patch) | |
tree | 335339cc9c07ea897daee7403f7ddae05fbfe7ec | |
parent | 854ac30779045bc692f2fd7687a233c378d3d803 (diff) |
Release 4.534.53
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +ver 4.53: + Fix issue with telephony connection state notifications. + Fix AVDTP stream leak for invalid media transport config. + Fix audio connection authorization handling with timeouts. + Fix race condition in authorizing audio connections. + Fix device authorized setting for AVRCP-only connections. + Fix duplicate attempts from device to connect signal channel. + ver 4.52: Add AVCTP support to test utility. Fix AVDTP Abort when transport closes before response. diff --git a/configure.ac b/configure.ac index 3ac62c434..d4910a143 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(bluez, 4.52) +AC_INIT(bluez, 4.53) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) |