commit 7b7180b98959849b2d32a95e1e0cc49d8d3d337e Author: Ondrej Holy Date: 2013-11-08 Update NEWS for 1.18.3 release M NEWS M configure.ac commit 218eb4c46633948ec590922f95368410072dd8e9 Author: Ross Lagerwall Date: 2013-11-05 client: Fix SIGSEGV in fallback copy If the daemon is killed during the fallback copy, it is possible that proxy is NULL which causes a segfault when unrefing it. Use g_clear_object() instead. https://bugzilla.gnome.org/show_bug.cgi?id=711454 M client/gdaemonfile.c commit 1de81a47282e9dcf665237f0a508465e9d1f29a0 Author: Ross Lagerwall Date: 2013-10-01 archive: Handle open failure If gvfs_archive_open fails, libarchive immediately calls gvfs_archive_close which causes a crash due to calling g_object_unref on the NULL stream. https://bugzilla.gnome.org/show_bug.cgi?id=589028 M daemon/gvfsbackendarchive.c commit de8ad26c71e14a15a3c5eeb05a73033dfccc8d85 Author: Ross Lagerwall Date: 2013-10-23 http: Set error to NULL to possibly prevent crash on close https://bugzilla.gnome.org/show_bug.cgi?id=710678 M daemon/gvfsbackendhttp.c commit f95829ee04aa6c0ad2e492746ff1a5d69e07ad2e Author: Ross Lagerwall Date: 2013-10-11 dav: Set file type to regular by default Some servers send empty resourcetype nodes or don't send the node at all for regular files (the spec says that it defaults to empty). Set the file type to regular by default. https://bugzilla.gnome.org/show_bug.cgi?id=706798 M daemon/gvfsbackenddav.c commit 8835238a5d0049e7639f792bf82d2105ad54cc11 Author: Ross Lagerwall Date: 2013-10-08 fuse: Use the big_writes option to speed up writes Without the big_writes option, fuse uses a block size of 4096 bytes which results in poor write performance. So use the big_writes option to write blocks up to 64KiB in size. https://bugzilla.gnome.org/show_bug.cgi?id=652540 M client/gvfsfusedaemon.c M daemon/main.c commit 1474a61207aa33362a674abe674c822691a57331 Author: Alexander Larsson Date: 2013-10-08 afp: Allow seek past end of file Also, only query file size if needed for G_SEEK_END. https://bugzilla.gnome.org/show_bug.cgi?id=709432 M daemon/gvfsbackendafp.c commit d12755f991a14f4f7d5cc6930a9026e106b88933 Author: Alexander Larsson Date: 2013-10-08 gphoto2: Allow seek past end of file https://bugzilla.gnome.org/show_bug.cgi?id=709432 M daemon/gvfsbackendgphoto2.c commit 77f98e82f552ea464545b2e584b7a3011ae55a65 Author: Alexander Larsson Date: 2013-10-08 cdda: Allow seek past end of file https://bugzilla.gnome.org/show_bug.cgi?id=709432 M daemon/gvfsbackendcdda.c commit fb56d6dd8699ae73c732fd30dd8bb2034105ecb8 Author: Alexander Larsson Date: 2013-10-08 mtp: Allow seek past end of file https://bugzilla.gnome.org/show_bug.cgi?id=709432 M daemon/gvfsbackendmtp.c commit 5fb056ffea07aa415a676bc22d4b02e7d3fc482a Author: Alexander Larsson Date: 2013-10-08 sftp: Allow seek past end of file also, don't query for the file size unless required for SEEK_END https://bugzilla.gnome.org/show_bug.cgi?id=709432 M daemon/gvfsbackendsftp.c