summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-10-04 12:42:59 +0200
committerMarcel Holtmann <marcel@holtmann.org>2009-10-04 12:42:59 +0200
commit85332a2485e12aa6203c6d86c22fd178083e298b (patch)
tree8ef9b3e44535f291c3c42496125e6f04f32c9fc9
parent677542049c7ccf3e8503490f832f8e19b5e4bd6e (diff)
downloadbluez-4.55.tar.gz
Release 4.554.55
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 990d67a1d..65939967f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+ver 4.55:
+ Add support for POSIX capabilities dropping.
+ Add special quirk for the Nokia CK-20W car kit.
+ Fix error code handling for AVDTP SetConfiguration response.
+ Fix updating out of range list when RSSI hasn't changed.
+ Fix various memory leaks and unnecessary error checks.
+
ver 4.54:
Add introspection interface to output of introspection calls.
Fix stream handling when media transport disconnects prematurely.
diff --git a/configure.ac b/configure.ac
index d86500e9a..b93cca0b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 4.54)
+AC_INIT(bluez, 4.55)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)