diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-11-06 12:43:35 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-11-06 12:43:35 +0100 |
commit | 018c5b71748c178dcd2ffb0164c1d975788a2acc (patch) | |
tree | 2b9b4aae6bce869e6dabb46a3017b30b07a5043a | |
parent | b653c1bbc247a8333e0535566f2fad995595cd53 (diff) |
Release 4.784.78
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +ver 4.78: + Fix various issues with AVDTP timer handling. + Fix various issues with handling of mode changes. + Fix issue with audio disconnect watch in connecting state. + Fix issue with handling call waiting indicators in telephony. + Fix issue with handling UUID parameter and RegisterEndpoint. + Add initial support for Bluetooth Management interface. + Add support for Application property to HealthChannel. + ver 4.77: Fix issue with device name and accessing already freed memory. Fix issue with handling CHLD=0 command for handsfree. diff --git a/configure.ac b/configure.ac index 13a154c80..ace1d5fa1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(bluez, 4.77) +AC_INIT(bluez, 4.78) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) |