commit 77b15d93ac3d5b39ac6daef134fcb451e0b1d54c Author: Ondrej Holy Date: 2015-05-25 Update NEWS for 1.25.2 release M NEWS commit dd650d4a82ee369df960bc8e40024e75cad0ba88 Author: Ondrej Holy Date: 2015-05-19 gvfs-open: Do not alter uris before use Uri is altered before g_app_info_launch_default_for_uri, because of the following code (from the commit 95aac17): file = g_file_new_for_commandline_arg (location[i]) uri = g_file_get_uri (file); Examples of uri changes: mailto:email -> mailto:///email ssh://user@host -> sftp://user@host/ This patch cause that uri isn't preprocessed for locations with scheme (however absolute and relative paths are still preprocessed). https://bugzilla.gnome.org/show_bug.cgi?id=738690 M programs/gvfs-open.c commit 19b518ab00310ec101488e0b18dee4f1667848f3 Author: Dušan Kazik Date: 2015-05-23 Updated Slovak translation M po/sk.po commit 39be8b277c666db21965d54d5b72418ce57a450b Author: Michael Biebl Date: 2015-05-19 Add support for libsystemd In systemd v209 the various libsystemd-* libraries were merged into a single libsystemd library. So first check for this library and fall back to libsystemd-login if not found. Bug: https://bugzilla.gnome.org/show_bug.cgi?id=749603 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779766 M configure.ac commit ae4f39794dce0b9fb795cf1810bfa2f03dcb6f3d Author: Martin Pitt Date: 2015-05-22 gvfs-test: Update gphoto umockdev ioctl for libgphoto 2.5.7. M test/files/powershot.ioctl commit 91c69a84826ede6dd7c4715a2996ffa9f087f824 Author: Cédric Valmary Date: 2015-05-21 Added Occitan translation M po/LINGUAS A po/oc.po commit 7056e01cceea3e6a8970c1fc4637ad959e7cd3de Author: Ross Lagerwall Date: 2015-05-16 client: Always set path[12]_out in create_proxy_for_file2 d59e6873086f ("Fix 'path[12]_out' leak in file_transfer()") assumed that path[12]_out were always set by create_proxy_for_file2 but this is not always the case. Fix it so that create_proxy_for_file2 always sets path[12]_out. To reproduce the bug: $ gvfs-copy --progress smb://host/unmounted/a smb://host/unmounted/b Segmentation fault (core dumped) https://bugzilla.gnome.org/show_bug.cgi?id=749462 M client/gdaemonfile.c commit e7e6e1cde38f935e04e3e9d651eacf57557ff0c5 Author: Ross Lagerwall Date: 2015-05-17 mtp: Refresh storage information in query_info Get the storage information from the device in query_info() and query_fs_info() so that the disk space numbers are correct. Previously, if you deleted an item and checked the free space, it would not have changed. https://bugzilla.gnome.org/show_bug.cgi?id=749491 M daemon/gvfsbackendmtp.c commit 5b053ef5a7d6b8391e30e1f915700b7d56bf5967 Author: Ross Lagerwall Date: 2015-05-14 dav: Emit progress callbacks when copying and moving For progress in applications like Nautilus to be shown correctly, they need at least one progress callback to be emitted at the end. This is supposed to be guaranteed according to the GIO documentation. With server-side copy and move using webdav, emit a single progress callback at the end with the source file size. https://bugzilla.gnome.org/show_bug.cgi?id=749354 M daemon/gvfsbackenddav.c commit 870ebe570fa91d21e830a7c00e8f02cfa110937d Author: Kjartan Maraas Date: 2015-05-14 Updated Norwegian bokmål translation. M po/nb.po commit 254151072b40ecb83eb8034dac12b5fe5b8896ab Author: Ondrej Holy Date: 2015-04-29 tests: confirm unknown certificates for webdav Commit f5ee590 introduces TLS certificate verifying for webdav. Uknown certificates has to be confirmed by user during mount currenlty, thus test cases for webdav over https have to also confirm the certificates. https://bugzilla.gnome.org/show_bug.cgi?id=708306 M test/gvfs-test commit fc1d50da79d1aea0bf73d53a97c6916f9b9639c2 Author: Ondrej Holy Date: 2015-04-29 Post release version bump M configure.ac