commit 5d64580fb5ae224763b695f5f015cabd62a5e7f3 Author: Ondrej Holy Date: 2013-09-26 Update NEWS for 1.18.1 release M NEWS M configure.ac commit fdf5ae5cc3068377ba66302698e170922af38478 Author: Ondrej Holy Date: 2013-09-26 mtp: fix several compilation warnings https://bugzilla.gnome.org/show_bug.cgi?id=591228 M daemon/gvfsbackendmtp.c commit 8966e2db6c19aa0ab54a7ff16fa6b7a4fa1b0695 Author: Ondrej Holy Date: 2013-09-26 gdbus: fix compilation warnings https://bugzilla.gnome.org/show_bug.cgi?id=591228#c21 M client/gvfsdaemondbus.c commit 5a239267e6d32ab0029a18d8090876dc8c188180 Author: Ondrej Holy Date: 2013-09-26 GDaemonFileEnumerator: fix compilation warning https://bugzilla.gnome.org/show_bug.cgi?id=591228 M client/gdaemonfileenumerator.c commit 65e95eef20194695f3b4d1dc6e880650004e6d7f Author: Ondrej Holy Date: 2013-09-26 Revert "mtp: fix error messages to be more consistent" This reverts commit 233faf72d10f9b60b4e0f33a281ac48b043cc28d due to the string freeze. M daemon/gvfsbackendmtp.c commit 656e5f48288f976eec9009233410775d83fc8b44 Author: Ondrej Holy Date: 2013-09-26 cdda: fix a typo https://bugzilla.gnome.org/show_bug.cgi?id=591228 M daemon/gvfsbackendcdda.c commit 89287cdea32db6c67f787cfcb07b7e4b3669c2a3 Author: Ondrej Holy Date: 2013-09-26 cdda: fix two compilation warnings https://bugzilla.gnome.org/show_bug.cgi?id=591228 M daemon/gvfsbackendcdda.c commit a878a1ff2404d4544a98f242a095cec1851d3ae5 Author: Ondrej Holy Date: 2013-09-26 gdbus: fix compilation warning https://bugzilla.gnome.org/show_bug.cgi?id=591228 M client/gdaemonfile.c commit 19249f9eb50639484caec9adad5bc353ed103181 Author: Ondrej Holy Date: 2013-09-26 smb: fix compilation warning https://bugzilla.gnome.org/show_bug.cgi?id=591228 M client/smburi.c commit 8de3770b845a76e6ed22ac610811d0fe7e29f4cb Author: Ondrej Holy Date: 2013-09-26 mount: fix compilation warning https://bugzilla.gnome.org/show_bug.cgi?id=591228 M daemon/mount.c commit a4ac941872838a5f14d1d3a61c15dc5c21caceec Author: Ondrej Holy Date: 2013-09-26 goa: fix two compilation warnings https://bugzilla.gnome.org/show_bug.cgi?id=591228 M monitor/goa/goavolumemonitor.c commit 37a32f8b9d112683b9f9870fe73f9b37040a2b51 Author: Ondrej Holy Date: 2013-09-17 afp: translator comments improvements https://bugzilla.gnome.org/show_bug.cgi?id=697451 M daemon/gvfsafpvolume.c commit 233faf72d10f9b60b4e0f33a281ac48b043cc28d Author: Ondrej Holy Date: 2013-09-16 mtp: fix error messages to be more consistent https://bugzilla.gnome.org/show_bug.cgi?id=697451 M daemon/gvfsbackendmtp.c commit a390856358db1d9fbdd6406d7d781bce0e93477b Author: Antoine Jacoutot Date: 2013-09-26 build: do not redefine GVfsBackend https://bugzilla.gnome.org/show_bug.cgi?id=708814 M daemon/gvfsbackend.h commit 3448fa01d514e31d0b0c1071f7738b3c8101c8ab Author: Alexander Larsson Date: 2013-09-26 GVfsDaemon: Don't deadlock on cliend disconnect There was a deadlock that could happen on client disconnect in peer_connection_closed(). If the cancelled job immediately called back into job_finished_callback() we would deadlock on daemon->mutex. So, make sure we cancel jobs without holding the lock, just like handle_cancel() does. https://bugzilla.gnome.org/show_bug.cgi?id=708816 M daemon/gvfsdaemon.c commit 8d08c558cda63e864ffd1c960435ea5332c884bd Author: Alexander Larsson Date: 2013-09-26 client: Remove unused code for dbus vfs filters This code is not used anymore https://bugzilla.gnome.org/show_bug.cgi?id=708744 M client/gdaemonfile.c M client/gdaemonfilemonitor.c M client/gdaemonmount.c M client/gvfsdaemondbus.c M client/gvfsdaemondbus.h M client/gvfsiconloadable.c commit a302823af930e1b09f44908b02d1f4b6a44b5cc9 Author: Alexander Larsson Date: 2013-09-26 GDaemonFileMonitor: Only recieve events on one dbus connection There is no need to register for monitor evens on all dbus connections, just the one we send the request on. https://bugzilla.gnome.org/show_bug.cgi?id=708744 M client/gdaemonfilemonitor.c commit 65b8b938df26cfe04935b0195265971c7e278ab0 Author: Alexander Larsson Date: 2013-09-26 GDaemonFileEnumerator: Only listen to messages one connection There is no need to listen to messages on other connections than the one we sent the request on. In fact, doing so is bad as it can cause locking issues as per bug 708721. https://bugzilla.gnome.org/show_bug.cgi?id=708744 M client/gdaemonfile.c M client/gdaemonfileenumerator.c M client/gdaemonfileenumerator.h commit f252b6473c8c38d8fffbc03864db302f43f8e9ce Author: Chao-Hsiung Liao Date: 2013-09-24 Updated Traditional Chinese translation(Hong Kong and Taiwan) M po/zh_HK.po M po/zh_TW.po