summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-09-24 13:44:13 -0700
committerMarcel Holtmann <marcel@holtmann.org>2009-09-24 13:44:13 -0700
commit11091ffeeb39fd7a764925b3f146096c48b32407 (patch)
tree3a03c26a975986565fc81e23bf72c343450642b3
parentb7ec8242e53006e83c63cb8cd8b27a007e91aa48 (diff)
downloadbluez-11091ffeeb39fd7a764925b3f146096c48b32407.tar.gz
Release 4.544.54
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2dd1e6dd7..990d67a1d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 4.54:
+ Add introspection interface to output of introspection calls.
+ Fix stream handling when media transport disconnects prematurely.
+ Fix command timeout handling when there's no stream.
+ Fix headset_suspend_stream behavior for invalid states
+ Fix issue with AVDTP ABORTING state transition.
+ Fix issue with AVDTP suspend while closing.
+
ver 4.53:
Fix issue with telephony connection state notifications.
Fix AVDTP stream leak for invalid media transport config.
diff --git a/configure.ac b/configure.ac
index d4910a143..4b0d634fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 4.53)
+AC_INIT(bluez, 4.54)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)