diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-11-21 20:12:19 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-11-21 20:12:19 +0100 |
commit | 78aca46d998d7121d79ca0850f6f264f1b3958b9 (patch) | |
tree | 582231bfc07c3bf48414b151ea251e8c59dcc314 | |
parent | 29c494df1235292bb39f8099bbdde557810e8420 (diff) |
Release 4.804.80
-rw-r--r-- | ChangeLog | 17 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 18 insertions, 1 deletions
@@ -1,3 +1,20 @@ +ver 4.80: + Fix legacy link key storing for some buggy adapters. + Fix invalid memory access when EIR field length is zero. + Fix adapter initialization to wait for kernel HCI commands. + Fix initialization of adapters which are already up. + Fix possible race condition when initializing adapters. + Fix possible crashes when attempting to connect AVDTP. + Fix not aborting sink stream configuration on disconnect. + Fix not indicating disconnected state when connecting to AVDTP. + Fix not dropping AVDTP session when canceling stream setup. + Fix AVDTP abort not being send when the state is idle. + Fix regression with Low Energy and interleave discovery. + Add a new configuration option to disable Low Energy support. + Add iwmmxt optimization for SBC for ARM PXA series CPUs. + Update support for GATT Primary Service Discovery. + Update MCAP and HDP support. + ver 4.79: Fix issue with adapter initialization race condition. Update new Bluetooth Management interface support. diff --git a/configure.ac b/configure.ac index b8472a60d..493243b90 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(bluez, 4.79) +AC_INIT(bluez, 4.80) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) |