commit e33c58c8e3fdf28b792df6e718e3b5fc9c5f2bb3 Author: Ondrej Holy Date: 2014-01-13 Update NEWS for 1.19.4 release M NEWS commit 686776f1a6f932e7751069715d9693e00f672b5c Author: Ross Lagerwall Date: 2013-12-08 dav: Implement truncate for output streams https://bugzilla.gnome.org/show_bug.cgi?id=720062 M daemon/gvfsbackenddav.c commit 336aae5e9c9cb718ac83df0938f7563a33d7f063 Author: Ross Lagerwall Date: 2013-12-08 dav: Implement seek for output streams https://bugzilla.gnome.org/show_bug.cgi?id=720062 M daemon/gvfsbackenddav.c commit 052682c8a22bf8d7c86fb0f086a119dd7fec4c6b Author: Ross Lagerwall Date: 2013-12-17 trash: Don't use try_ for blocking methods Don't use the try_ variants of the GVfsBackend methods for methods that could block. https://bugzilla.gnome.org/show_bug.cgi?id=720589 M daemon/gvfsbackendtrash.c commit f0d54548d7f8fd92a0bdb4dfc16abc924d9e1c5e Author: Dimitris Spingos Date: 2014-01-07 Updated Greek translation M po/el.po commit 4ffe7f54444d70b3265070191fff46c06fe104ce Author: Ross Lagerwall Date: 2013-12-19 afp: Don't crash when opening the root directory Previously, opening the root directory would generate an error and cause the backend to abort: backend_dbus_handler org.gtk.vfs.Mount:OpenForRead Queued new job 0xba4350 (GVfsJobOpenForRead) ** (process:6778): CRITICAL **: g_vfs_afp_volume_open_fork_finish: assertion 'g_simple_async_result_is_valid (res, G_OBJECT (volume), g_vfs_afp_volume_open_fork)' failed (process:6778): GLib-CRITICAL **: g_error_copy: assertion 'error != NULL' failed Instead, remove the special-casing for the root directory since it is handled correctly anyway. https://bugzilla.gnome.org/show_bug.cgi?id=720743 M daemon/gvfsafpvolume.c commit 86162bbe4b09f517b551ff1c9207a119e91ab733 Author: Ross Lagerwall Date: 2013-11-08 gphoto2: Implement pull support Make use of gp_file_new_from_fd() to copy the file from the device straight to the local file without copying it into memory first. This fixes memory usage issues with copying large videos off devices. A positive side effect is that the progress bar now behaves correctly when copying a large file. https://bugzilla.gnome.org/show_bug.cgi?id=642814 M daemon/gvfsbackendgphoto2.c commit 03535e34805f32d29a193e7a1897b52ae60a617e Author: Rafael Ferreira Date: 2014-01-02 Updated Brazilian Portuguese translation M po/pt_BR.po commit 28cf48f6ea1cd6885b7853aa3b430d5ab846c3ab Author: Benjamin Otte Date: 2013-12-21 ftp: Always close data connections when done Opening data connections is a complex process and can fail in multiple stages. Instead of requiring the code to close them manually and throwing assertions when that doesn't work we just clean up after all jobs automatically. https://bugzilla.gnome.org/show_bug.cgi?id=711865 M daemon/gvfsftptask.c commit 490b23019fa1ae2744bb1efc9b620485343bcfb4 Author: Yuri Myasoedov Date: 2013-12-19 Updated Russian translation M po/ru.po commit 9947ff5ecbd4782d57729368e53105844ed0c6ec Author: Fran DiƩguez Date: 2013-12-19 Updated Galician translations M po/gl.po commit 7fb61822761fdb40c833695aba61c72e3d9baea1 Author: Ondrej Holy Date: 2013-12-13 Post release version bump M configure.ac