commit 9734de54315ee30297169e43a2d77cfea9318367 Author: Ondrej Holy Date: 2014-04-11 Update NEWS for 1.20.1 release M NEWS commit cc9e1249b08e1db213baaddb77914f5394bffb69 Author: Ross Lagerwall Date: 2014-04-06 proxy volume monitor: Fix invalid read When g_bus_unwatch_name () is called, it frees the associated Client and so the name variable becomes invalid. So, ensure that nothing uses the name variable after this call. https://bugzilla.gnome.org/show_bug.cgi?id=710679 M monitor/proxy/gvfsproxyvolumemonitordaemon.c commit 8d6a969c21d70ac389b84ab0b39d3506ea0fe568 Author: Piotr Drąg Date: 2014-04-06 doap: update URLs M gvfs.doap commit 449fd42ad5d8bc717c024e51f71bd8e913009025 Author: Ross Lagerwall Date: 2014-03-24 smb: Give correct error when unlink fails while closing file When closing a file that is overwriting another file, don't ignore the error message when unlinking the old file. This is important when unlinking fails due to a permission denied error but the error message that was being returned was File Exists (from the subsequent rename). https://bugzilla.gnome.org/show_bug.cgi?id=726998 M daemon/gvfsbackendsmb.c commit 1d944bcd1fcd1e4a8afb26758c98fa3b72786798 Author: Ross Lagerwall Date: 2014-04-01 gvfs-tree: End GOptionEntry array with NULL Prevent a segfault (revealed on OpenBSD) by null-terminating the GOptionEntry array. https://bugzilla.gnome.org/show_bug.cgi?id=727447 M programs/gvfs-tree.c commit f0b77b600621da2b286954bc74472d09c1c8df42 Author: Inaki Larranaga Murgoitio Date: 2014-03-30 Updated Basque language M po/eu.po commit 50af53dad6c6d6df4ba03ac04a6c6c76d2ba2337 Author: Ross Lagerwall Date: 2014-03-16 dav: Unescape URIs before comparing them for equality In some instances (e.g. Apache), gvfs uses percent encodings like %2A while Apache returns redirections encoded like %2a. This makes redirections fail when non-ascii characters are used in the path. https://bugzilla.gnome.org/show_bug.cgi?id=721543 M daemon/gvfsbackenddav.c commit a77cdbac08ca1ff17aeba2323a610a61101387db Author: Ondrej Holy Date: 2014-03-20 common: use nl_langinfo constants conditionally The _NL_ADDRESS_LANG_TERM and _NL_ADDRESS_COUNTRY_AB3 aren't portable. https://bugzilla.gnome.org/show_bug.cgi?id=726707 M common/gvfsmountinfo.c M configure.ac commit 58b39924ccbcfb2809186432dc1c63a3d040bab5 Author: Petr Kovar Date: 2014-03-23 Update Czech translation M po/cs.po commit 4c1ba096790a8978450db881f42f5ee56f279e11 Author: Matej Urbančič Date: 2014-03-21 Updated Slovenian translation M po/sl.po commit 28dea2f80c63c670052a03015c8c62c8ae4db4ab Author: Ondrej Holy Date: 2014-03-21 Post release version bump M configure.ac