diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-10-10 13:24:08 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-10-10 13:24:08 +0200 |
commit | b5187c63cceeeb616f4fde68df5c4aa44283336e (patch) | |
tree | 597f7d79f9df1bc6b23507b408de6276e7214f9e | |
parent | acf4ac6fcda1f2334ad266c1d71f6cd20b5d9ce7 (diff) |
Release 4.564.56
-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,15 @@ +ver 4.56: + Add missing values from Bluetooth 3.0 specification. + Add proper tracking of device paired status. + Fix tracking of devices without permanently stored link key. + Fix issue with link key removal after connection failures. + Fix legacy pairing information based on remote host features. + Fix off-by-one issue with AVDTP capability parsing. + Fix AVRCP, AVCTP, AVDTP, A2DP and HFP version numbers. + Fix agent canceling before calling agent_destroy. + Fix service record parsing with an empty UUID list. + Fix various SDP related memory leaks. + ver 4.55: Add support for POSIX capabilities dropping. Add special quirk for the Nokia CK-20W car kit. diff --git a/configure.ac b/configure.ac index b93cca0b3..82841049b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(bluez, 4.55) +AC_INIT(bluez, 4.56) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) |