From: Marcel Holtmann Date: Mon, 16 Sep 2013 15:08:22 +0000 (-0700) Subject: Release 5.9 X-Git-Tag: android-x86-4.4-r3~7615 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3a943c92ea011712476c8dfdda334589f8583e03;p=android-x86%2Fexternal-bluetooth-bluez.git Release 5.9 --- diff --git a/ChangeLog b/ChangeLog index 6d343941f..d82964026 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +ver 5.9: + Fix issue with network service and adapter removal. + Fix issue with misleading OBEX error messages. + Fix issue with OBEX transport reference handling. + Fix issue with memory leak with MAP event handler. + Fix issue with missing MAP property changed signal. + Fix issue with message type property values. + Fix issue with empty UUID list for devices. + Fix issue with profile agent cancel method. + Remove dependency on USB library. + ver 5.8: Fix issue with missing OBEX session properties. Fix issue with missing SDP service refresh. diff --git a/configure.ac b/configure.ac index b6f0907d8..41c293513 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(bluez, 5.8) +AC_INIT(bluez, 5.9) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules tar-pax no-dist-gzip dist-xz])