commit d9f07026cbfd0da9e56ac57f3ded050839fe1afb Author: Ondrej Holy Date: 2016-05-23 Update NEWS for 1.29.2 release M NEWS commit e559da8bc6bddfcced3075823c626e3a0f490aad Author: Muhammet Kara Date: 2016-05-20 Updated Turkish translation (cherry picked from commit aad085b27e6abfb19ecaa4439cb88fd99f45f327) M po/tr.po commit 7196c5c98bfa03a19306be1072ca759864c363f1 Author: Jens Georg Date: 2016-05-12 Always add mount prefix in cached fuse paths If a fuse path is encountered the first time, the fuse path is re-created taking the mount prefix into account. When the file is created for the path the second time from the cached mount info, the mount prefix is silently ignored, causing the new file not to be equal to the old one (it is even invalid): This change just looks up the mount info in the cache and then continues constructing the path as it would without having the info cached. https://bugzilla.gnome.org/show_bug.cgi?id=766294 M client/gdaemonvfs.c commit b7986553f898976bade0f4dc2f042c30ec550255 Author: Ondrej Holy Date: 2016-04-29 monitor: Add g_drive_is_removable() support Nautilus wants to show entries in the sidebar only for removable devices. It uses currently sort of conditions to determine which devices should be shown. Those condition fails in some cases unfortunatelly. Lets provide g_drive_is_removable() which uses udisks Removable property to determine which devices should be shown. It should return true for all drives with removable media, or flash media, or drives on usb and firewire buses. Add support for this property also in gvfs-mount tool. Bump GLib version accordingly. https://bugzilla.gnome.org/show_bug.cgi?id=765457 M configure.ac M monitor/proxy/gproxydrive.c M monitor/proxy/gvfsproxyvolumemonitordaemon.c M monitor/udisks2/gvfsudisks2drive.c M programs/gvfs-mount.c commit 265c237408ec7a9ca0c02396b1e9d1bab265fb42 Author: Ondrej Holy Date: 2016-05-19 dav: Fix IPv6 address handling It is not possible to mount WebDAV share with IPv6 address currently. GMountSpec host contains brackets around the IPv6 address, however SoupURI doesn't. This patch handles this when converting GMountSpec to SoupURI and vice versa. https://bugzilla.gnome.org/show_bug.cgi?id=766631 M daemon/gvfsbackenddav.c commit ac81f7556da15f2851d603129a8f808f27425a75 Author: Cédric Valmary Date: 2016-05-09 Updated Occitan translation M po/oc.po commit 983186766060ec82e260f8cd9a5160b93b2ae958 Author: Pierre Ossman Date: 2016-04-30 gphoto2: Use G_FILESYSTEM_PREVIEW_TYPE_NEVER PTP/MTP devices can only transfer complete files, which means that generating a thumbnail can often take multiple minutes, and any other operation is blocked until this is done. In practice this can often prevent meaningful use of the device. So change the hint to applications, advising them it is a bad idea to generate thumbnails for these devices. https://bugzilla.gnome.org/show_bug.cgi?id=765843 M daemon/gvfsbackendgphoto2.c commit a71469c79fd31adfc594a55afd29a7ce2202b270 Author: Ondrej Holy Date: 2016-05-02 afc: Do not use G_FILESYSTEM_PREVIEW_TYPE_IF_LOCAL Commit fe83e09 removed thumbnailing support, so we should not using G_FILESYSTEM_PREVIEW_TYPE_IF_LOCAL anymore. Let's remove it to be treated as other remote filesystems. https://bugzilla.gnome.org/show_bug.cgi?id=749639 M daemon/gvfsbackendafc.c commit 8a46851f4091ac60459e2bd585e148eda71dbb0a Author: Ondrej Holy Date: 2016-04-28 udisks2: Fix wrong types to avoid warnings Commit beea21e introduced incompatible-pointer-types warnings, because incompatible types was used. Fix the wrong types to avoid such warnings. https://bugzilla.gnome.org/show_bug.cgi?id=763890 M monitor/udisks2/gvfsudisks2drive.c M monitor/udisks2/gvfsudisks2volume.c commit 13cb380f76a73f25bc997749d4487eab68efacda Author: Ondrej Holy Date: 2016-04-28 Fix misleading if-statement GCC 6 introduced -Wmisleading-warnings. It reveals this misleading if-statement. "@" should not really be added if username is not specified, however I am convinced that this function is never called without username... M daemon/gvfskeyring.c commit 76766ad61c8db18add6b2078b41f1c02e89676ed Author: Ondrej Holy Date: 2016-04-28 localtest: Fix indentation to avoid warnings GCC 6 introduced -Wmisleading-warnings. Fix wrong indentation to avoid misleading-indentation warning. M daemon/gvfsbackendlocaltest.c commit 64fdd8354c5f3338604d04945c471480ed7be50a Author: GNOME Translation Robot Date: 2016-04-28 Updated Portuguese translation M po/pt.po commit d908a24df661d83bfb983cd0b64f49cf4d6853bb Author: Ondrej Holy Date: 2016-04-25 Post release version bump M configure.ac