commit 922d5732b82beb36fd13860f27d13ecff0b2afa1 Author: Alexander Larsson Date: 2010-04-26 Update NEWS for release M NEWS commit 3d5cae7afed2f93f0c3a61526c2f3bf6a7b73842 Author: Tomas Bzatek Date: 2010-04-19 Skip malformed data from the backend side Sometimes we may get unexpected data from dbus which was leading to an endless loop. See bug 614544 for reference. M common/gvfsdaemonprotocol.c commit 44d24d60dcd850e13e941c28f3250981abee6fe5 Author: Andika Triwidada Date: 2010-04-24 Added Indonesian translation Added id to LINGUAS M po/LINGUAS A po/id.po commit 85e53aa6c708b83b14687f4660266dba7e9c3f96 Author: Carles Ferrando Date: 2010-04-21 Updated Catalan (Valencian) translation M po/ca@valencia.po commit afb0eb4f2e0d8d1a85fb4cd60dfd7fc5a69efbd1 Author: Olav Vitters Date: 2010-04-18 Fix doap file M gvfs.doap commit 127dc4251ea02365968996b6508c850943281422 Author: Martin Pitt Date: 2010-04-14 Do not ignore CD drives with blank media Extend the special casing of CD drives in should_drive_be_ignored() to also cover blank media. Otherwise we lose the drive for the blank media volume, and with it the possibility to eject it. Bug: https://bugzilla.gnome.org/show_bug.cgi?id=598554 Bug-Ubuntu: https://launchpad.net/bugs/425104 M monitor/gdu/ggduvolumemonitor.c commit 253ffce059fc6a25ec6d58f5bace4f18ecc7f3ea Author: Benjamin Otte Date: 2010-04-08 ftp: Parse PWD reply according to RFC https://bugzilla.gnome.org/show_bug.cgi?id=614401 M daemon/gvfsbackendftp.c commit 909b1ef3998395d5a10f908bedea988bbaa85ad9 Author: Benjamin Otte Date: 2010-04-08 ftp: Add missing \n to debug message M daemon/gvfsbackendftp.c commit 1cb5861795d375719b196ecf93fb0a10397414d3 Author: Martin Szulecki Date: 2010-04-07 afc: Detect iPad and set correct icon name https://bugzilla.gnome.org/show_bug.cgi?id=615039 M daemon/gvfsbackendafc.c M monitor/afc/afcvolume.c commit 1d648805dbea63d98af14f3e45dcdf3eb3f77c14 Author: Bastien Nocera Date: 2010-04-04 Disable x-content-types for jailbroken iDevices The jailbroken file system access isn't supported by libgpod, so it's useless for us to say that it's a media-player. https://bugzilla.gnome.org/show_bug.cgi?id=614615 M daemon/gvfsbackendafc.c commit 2b60aba51a074be39923d81f3384dc2f869592ff Author: Jordi Serratosa Date: 2010-04-02 Fixes to Catalan translation M po/ca.po commit d80c63deb48e07b328ced31b38af878314d40040 Author: Benjamin Otte Date: 2010-03-31 Attach cancellable to async result and check in finish functions This makes sure we always return ERROR_CANCELLED, just like we want to guarantee and avoids crashes in the file chooser. There should be API in GSimpleAsyncResult to attach a GCancellable that does this job for us, but so far there isn't, so we use g_object_get/set_data() and check the cancellables manually in the finish function. https://bugzilla.gnome.org/show_bug.cgi?id=614099 M client/gdaemonfileenumerator.c commit 771349122fcca712aaf1e95525d3fd403e5dd7fb Author: Benjamin Otte Date: 2010-03-31 Revert "Use complete_with_cancellable() in file enumerator" This reverts commit 5af6a1dbdd2c6a61b515a5bd64350db3af16dae7. Replacing complete_in_idle() with a call that directly completes is BAD BAD BAD. M client/gdaemonfileenumerator.c commit 5af6a1dbdd2c6a61b515a5bd64350db3af16dae7 Author: Benjamin Otte Date: 2010-03-29 Use complete_with_cancellable() in file enumerator This makes sure we always return ERROR_CANCELLED, just like we want to guarantee and avoids crashes in the file chooser. https://bugzilla.gnome.org/show_bug.cgi?id=614099 M client/gdaemonfileenumerator.c commit 9fd065a09b362d1be7c331f50bbb92f4f69bb487 Author: Jamil Ahmed Date: 2010-03-29 Updated Bengali translation M po/bn.po commit 3a31b77d85baba5ed9e68c5ad99e1d1117fb4827 Author: Alexander Larsson Date: 2010-03-29 Post release version bump M configure.ac