commit 00b83993f456d386d8e3cc50c4158b3d03389c83 Author: Ondrej Holy Date: 2013-10-25 Update NEWS for 1.19.1 release M NEWS commit 9912094bede0f79c322bc41178a158b0310d6094 Author: Ondrej Holy Date: 2013-10-25 Add myself as a maintainer M MAINTAINERS commit e26b4c1741ffc8c99389c0b3a80b2c3c223f9dee 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 9299dacc3fd09d9a5c017a780a92a23702094159 Author: Ross Lagerwall Date: 2013-10-06 archive: Set file executable bit from archive contents https://bugzilla.gnome.org/show_bug.cgi?id=634735 M daemon/gvfsbackendarchive.c commit 084a365996f1e5948913af452d952d396994791a Author: Ross Lagerwall Date: 2013-10-23 http: Set error to NULL to possibly prevent crash on close https://bugzilla.gnome.org/show_bug.cgi?id=710678 M daemon/gvfsbackendhttp.c commit 39471165d86fe3094536466a4a7039ff4e9ed095 Author: Ross Lagerwall Date: 2013-10-25 Add myself as a maintainer M MAINTAINERS M gvfs.doap commit 2b251d69351312d632e41188d5f9f7cbf394331a Author: Ross Lagerwall Date: 2013-10-11 dav: Set file type to regular by default Some servers send empty resourcetype nodes or don't send the node at all for regular files (the spec says that it defaults to empty). Set the file type to regular by default. https://bugzilla.gnome.org/show_bug.cgi?id=706798 M daemon/gvfsbackenddav.c commit e7470c339a9f894dc71701d03a9e943eac21066a Author: Ross Lagerwall Date: 2013-10-17 Remove unnecessary trailing slashes in path https://bugzilla.gnome.org/show_bug.cgi?id=606324 M daemon/Makefile.am commit 629c5cc2425945bcd39a6ca28f77ec391bf96950 Author: Ross Lagerwall Date: 2013-10-01 sftp: Allow seeking when opening for append Although it has no effect, allow seeking when opening a file for append to allow programs to write to files opened for append through the fuse backend without failing with ENOTSUPP. This is similar to POSIX behavior which allows seeking on a file opened with O_APPEND. https://bugzilla.gnome.org/show_bug.cgi?id=608910 M daemon/gvfsbackendsftp.c commit e1fb4516d5a3cc222f5bcc629ea0c509b7934ebd Author: Ross Lagerwall Date: 2013-10-23 client: Fix usage of incorrect enum constant https://bugzilla.gnome.org/show_bug.cgi?id=710698 M client/gdaemonfileoutputstream.c commit 0f1c61fd236219fda950e3f04b52ee4486dcd0b1 Author: Matej Urbančič Date: 2013-10-24 Updated Slovenian translation M po/sl.po commit abf8d980975b500d4569e20f7207ec1f0e0c9440 Author: Enrico Nicoletto Date: 2013-10-19 Updated Brazilian Portuguese translation for manual M po/pt_BR.po commit 449705eb4be29e3942919d07df04d9788ed7e3d8 Author: Alexander Larsson Date: 2013-10-16 Show URI in gvfs-info M programs/gvfs-info.c commit eb1e1bb3e13eb6d9a9952fd1b6cb7ffe65aba15f Author: Ihar Hrachyshka Date: 2012-10-20 gvfs-ls: added option to output URIs Add a new -u option to gvfs-ls utility which will make it output properly escaped URIs. These URIs may then be passed to other gvfs-* tools. Signed-off-by: Ihar Hrachyshka https://bugzilla.gnome.org/show_bug.cgi?id=683295 M programs/gvfs-ls.c commit b510d4426fb8df74a05b45b24272221e341ffa10 Author: Alexander Larsson Date: 2013-10-16 Bump version to 1.19.1 after branch M configure.ac commit 8835238a5d0049e7639f792bf82d2105ad54cc11 Author: Ross Lagerwall Date: 2013-10-08 fuse: Use the big_writes option to speed up writes Without the big_writes option, fuse uses a block size of 4096 bytes which results in poor write performance. So use the big_writes option to write blocks up to 64KiB in size. https://bugzilla.gnome.org/show_bug.cgi?id=652540 M client/gvfsfusedaemon.c M daemon/main.c commit 1474a61207aa33362a674abe674c822691a57331 Author: Alexander Larsson Date: 2013-10-08 afp: Allow seek past end of file Also, only query file size if needed for G_SEEK_END. https://bugzilla.gnome.org/show_bug.cgi?id=709432 M daemon/gvfsbackendafp.c commit d12755f991a14f4f7d5cc6930a9026e106b88933 Author: Alexander Larsson Date: 2013-10-08 gphoto2: Allow seek past end of file https://bugzilla.gnome.org/show_bug.cgi?id=709432 M daemon/gvfsbackendgphoto2.c commit 77f98e82f552ea464545b2e584b7a3011ae55a65 Author: Alexander Larsson Date: 2013-10-08 cdda: Allow seek past end of file https://bugzilla.gnome.org/show_bug.cgi?id=709432 M daemon/gvfsbackendcdda.c commit fb56d6dd8699ae73c732fd30dd8bb2034105ecb8 Author: Alexander Larsson Date: 2013-10-08 mtp: Allow seek past end of file https://bugzilla.gnome.org/show_bug.cgi?id=709432 M daemon/gvfsbackendmtp.c commit 5fb056ffea07aa415a676bc22d4b02e7d3fc482a Author: Alexander Larsson Date: 2013-10-08 sftp: Allow seek past end of file also, don't query for the file size unless required for SEEK_END https://bugzilla.gnome.org/show_bug.cgi?id=709432 M daemon/gvfsbackendsftp.c