commit bd76d65405f8954d196a8f02cf1d5f03ab8350fd Author: Ondrej Holy Date: 2016-02-15 Update NEWS for 1.27.90 release M NEWS commit 1f28d65fd99122a42094a08436a3884133be3c8b Author: Ondrej Holy Date: 2016-02-06 udisks2: Avoid crashes during unmount Commit c014b64 was pushed to prevent race between unmount reply and retry timer. Result of mount operation reply should be stored if unmount operation is in progress, however it isn't, because the conditional statement is always true. Fix the condition accordingly. https://bugzilla.gnome.org/show_bug.cgi?id=678555 M monitor/udisks2/gvfsudisks2mount.c commit 9c542dbf52f91746b30a871019cc161a287ae5b7 Author: Chao-Hsiung Liao Date: 2016-02-13 Updated Chinese (Taiwan) translation M po/zh_TW.po commit b161a2b4a7cf3b9f525caf26206df92d451fcb39 Author: Ondrej Holy Date: 2016-01-05 ftp: Invalidate dir cache on write close Wrong file size is cached if query_info is executed during write operation, because dir cache is invalidated on open_for_write. Wrong file size might cause that e.g. POSIX editors fails to read file content over fuse daemon. Invalidate the cache also on close_write to fix this issue. https://bugzilla.gnome.org/show_bug.cgi?id=760159 M daemon/gvfsbackendftp.c commit cf8a6cc2d9b13dc8fe949fa8b9eb320f8f06985e Author: Ondrej Holy Date: 2015-02-26 job: Honor attribute mask in query info Unwanted attributes are sent from some backends (e.g. ftp), because g_file_info_copy_info is used and thus source attribute matcher is replaced. Apply attribute mask before sending as it is done in gvfsjobeneumerate to fix this issue. https://bugzilla.gnome.org/show_bug.cgi?id=745212 M daemon/gvfsjobqueryfsinfo.c M daemon/gvfsjobqueryinfo.c M daemon/gvfsjobqueryinforead.c M daemon/gvfsjobqueryinfowrite.c commit 74557b773b13fe9b2a1e838d5b6c1a0cc60e8fb9 Author: Piotr Drąg Date: 2016-02-06 Updated Polish translation M po/pl.po commit d661dcc42305864d0a7291e17eb90aef3cb10a72 Author: Matej Urbančič Date: 2016-02-02 Updated Slovenian translation M po/sl.po commit b474fa288a7a530dc0e762291c14d4b2a7073193 Author: Ondrej Holy Date: 2016-02-02 gvfs-save: Fix error handling Initalize error to NULL before passing into g_output_stream_close to avoid "GError set over the top of a previous GError or uninitialized memory." error. Also add missing new-line character in the error message. M programs/gvfs-save.c commit 08ebcb0d0252270ecb7592e5624e38385812c370 Author: Alexander Shopov Date: 2016-02-01 Updated Bulgarian translation M po/bg.po commit cefb48b1a266f9329da65ca359b5febd0db411b7 Author: Daniel Mustieles Date: 2016-01-31 Updated Spanish translation M po/es.po commit 45c4dcc3bcd40df923ef1e6152eb3502f0030960 Author: Ondrej Holy Date: 2016-01-27 network: Fix crashes when mount failed Mount operation might fail if you run multiple mount operations concurrently. Backend memory is released consequently. Unfortunatelly some idle sources and signal handlers are not removed, which might cause segmentation faults. This patch fixes this and also some other memory leaks. https://bugzilla.gnome.org/show_bug.cgi?id=712235 M daemon/gvfsbackendnetwork.c commit 7a210850cbd931859e28fafd3f3be8db8f76b3f6 Author: Dušan Kazik Date: 2016-01-26 Updated Slovak translation M po/sk.po commit fc7435ef75028c6ebdab05c0f2d392d136724d02 Author: Balázs Meskó Date: 2016-01-25 Updated Hungarian translation M po/hu.po commit 5dcf92a112a010e67b6fc58dbd0b39cec8e823d6 Author: Yaroslav Shmelev Date: 2016-01-22 build: Add --with-systemduserunitdir option This option allows maintainers to specify the directory that contain a systemd user units, or disable it. Default location for these units is /usr/lib/systemd/user. This patch will switch from hard-coded path to configurable one. The patch was modified by Ondrej Holy . https://bugzilla.gnome.org/show_bug.cgi?id=760293 M configure.ac M daemon/Makefile.am M metadata/Makefile.am M monitor/afc/Makefile.am M monitor/gdu/Makefile.am M monitor/goa/Makefile.am M monitor/gphoto2/Makefile.am M monitor/hal/Makefile.am M monitor/mtp/Makefile.am M monitor/udisks2/Makefile.am commit 584a43d0a26813406e49d978ea517968d01b16d8 Author: Wolfgang Stöggl Date: 2016-01-21 Updated German translation M po/de.po commit e37131e9e8d1a543fa1ded6bde629e09230fbff3 Author: Ondrej Holy Date: 2015-01-22 mtp: Allow reading if GetPartialObject is supported Read support is allowed currently only if android.com extension is detected. However necessary functions can be provided also by different extension. Therefor check whether GetPartialObject is supported. https://bugzilla.gnome.org/show_bug.cgi?id=743359 M configure.ac M daemon/gvfsbackendmtp.c M daemon/gvfsbackendmtp.h commit f7e13d06c5849116f3b5ecb9aadc85c654eda9f6 Author: Ondrej Holy Date: 2016-01-18 Post release version bump M configure.ac