From: Marcel Holtmann Date: Sat, 6 Nov 2010 11:43:35 +0000 (+0100) Subject: Release 4.78 X-Git-Tag: android-x86-4.4-r3~15258 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=018c5b71748c178dcd2ffb0164c1d975788a2acc;p=android-x86%2Fexternal-bluetooth-bluez.git Release 4.78 --- diff --git a/ChangeLog b/ChangeLog index c75628dbd..3f3675b8c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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)