From: Marcel Holtmann Date: Tue, 14 May 2013 07:04:15 +0000 (+0200) Subject: Release 5.5 X-Git-Tag: android-x86-4.4-r3~8172 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=7e19eb9a5ebfcba4491b303c45731a27c77ccdae;p=android-x86%2Fexternal-bluetooth-bluez.git Release 5.5 --- diff --git a/ChangeLog b/ChangeLog index 1e7be5287..9bfec6bcd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +ver 5.5: + Fix issue with race condition between SDP and properties. + Fix issue with handling storage of private device addresses. + Fix issue with NFC out-of-band pairing and power states. + Fix issue with short name during device update handling. + Fix issue with handling AVRCP without A2DP being present. + Add support for handling AVRCP pass-through operations. + Add support for automatically reconnecting HID devices. + Add support for automatically pairing of devices. + ver 5.4: Fix issue with invalid memory access and SDP service search. Add support for available player changed event for controller. diff --git a/configure.ac b/configure.ac index 14f3a99b7..f3c58be35 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(bluez, 5.4) +AC_INIT(bluez, 5.5) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules tar-pax no-dist-gzip dist-xz])