commit 5e0a3c840f5447bb539c441ec1b12e3a73ce1ca9
Author: Ondrej Holy <oholy@redhat.com>
Date:   2015-08-17

    Update NEWS for 1.25.90

M	NEWS
M	programs/gvfs-ls.c

commit 27809fc426d94189629b4eaae10f7080e5b6ea23
Author: Ondrej Holy <oholy@redhat.com>
Date:	2015-06-18

    completion: Use __ltrim_colon_completions

    Use macro __ltrim_colon_completions to remove colon prefix instead
    of custom code.

    https://bugzilla.gnome.org/show_bug.cgi?id=751145

M	programs/completion/gvfs-cat

commit e009e60a3fb2f8fb48d982fe66469c9f16678620
Author: Ondrej Holy <oholy@redhat.com>
Date:	2015-06-18

    completion: Fix completion for uris

    Bash completion currently doesn't work for paths with colons, because
    ${COMP_WORDS[COMP_CWORD]} provides path only after the colon.
    Colon is considered as a wordbreak. Therefor _get_comp_words_by_ref
    should be used to avoid breaking path on the colons.

    The macro also handles cases where user is completing in the middle
    of a word.

    https://bugzilla.gnome.org/show_bug.cgi?id=751145

M	programs/completion/gvfs-cat

commit dccd4f51c9af7151d0da47a3ef1fc1f8e472a28f
Author: Pedro Albuquerque <palbuquerque73@gmail.com>
Date:	2015-08-16

    Updated Portuguese translation

M	po/pt.po

commit a62b35ab00255f8d4c987d158513e0d570aa8d15
Author: Claude Paroz <claude@2xlibre.net>
Date:	2015-08-15

    Updated French translation

M	po/fr.po

commit e2b67216707f6b8d10a10502a03e6b27b119ba6f
Author: Andika Triwidada <andika@gmail.com>
Date:	2015-08-14

    Updated Indonesian translation

M	po/id.po

commit cd07ff485781dbe7923dc88cbb1de424e709a91d
Author: Ondrej Holy <oholy@redhat.com>
Date:	2015-07-08

    gvfs-ls: Always complete mounts

    Completions are not printed if path is without terminating slash and
    it is equal with mount, e.g.:
    gvfs-ls -c sftp://1.2.3.4

    However following should be offered for example:
    sftp://1.2.3.4/
    sftp://1.2.3.44/

    https://bugzilla.gnome.org/show_bug.cgi?id=751145

M	programs/gvfs-ls.c

commit 8adeb4a187406881de7850ea405dc352e590b255
Author: Ondrej Holy <oholy@redhat.com>
Date:	2015-06-18

    gvfs-ls: Complete mounts with terminating slash

    g_file_get_uri returns uris without terminating slash if there is
    a path
    element, e.g.:
    dav://server/
    dav://server/path

    We have to be sure that terminating slash is appended for mounts when
    listing possible completions, because mounts are always directories.

    https://bugzilla.gnome.org/show_bug.cgi?id=751145

M	programs/gvfs-ls.c

commit 372679bd9aaf427ad6054405f544e92c4a19a5e1
Author: Ondrej Holy <oholy@redhat.com>
Date:	2015-06-18

    gvfs-ls: Complete local uris as uris

    gvfs-ls suggests completions for file:// uris as absolute paths, but
    it should be also uris. E.g. gvfs-ls -c file:///
    /bin/
    /lib/
    ...

    It should be file:///bin/ etc. instead.

    https://bugzilla.gnome.org/show_bug.cgi?id=751145

M	programs/gvfs-ls.c

commit a807f12d5663ab7f2767bddf8f8ab20ae886297d
Author: Gabriel de Perthuis <g2p.code@gmail.com>
Date:	2015-08-13

    MTP: return ENOTEMPTY if trying to delete a non-empty directory

    rmdir acted as rm -rf before this change, which was unfortunate.

M	daemon/gvfsbackendmtp.c

commit b8e09920e3f95dd3764b159d0b07d7f6904fc9ea
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	2015-08-11

    Updated Norwegian bokmål translation.

M	po/nb.po

commit 0da49dd9d18f8f930a20f89fdf46388dca21a0fa
Author: Ross Lagerwall <rosslagerwall@gmail.com>
Date:	2015-07-19

    sftp: Improve error messages on connection setup

    Log all the messages from SSH's stderr.

    If the remote server does not have sftp setup correctly, it fails with
    "subsystem request failed". Report this as "Connection refused".

    If the error is unknown, report it as "Connection failed" rather than
    "SSH program unexpectedly exited" which shouldn't be exposed to users.

    https://bugzilla.gnome.org/show_bug.cgi?id=752403

M	daemon/gvfsbackendsftp.c

commit 3790e3bc20cc7880a494c2343fa3a6a489df7e1e
Author: Necdet Yücel <necdetyucel@gmail.com>
Date:	2015-08-09

    Updated Turkish translation

M	po/tr.po

commit 73b9b0dbfea4eed45e40d524a2705bedbe92b4ba
Author: Pedro Albuquerque <palbuquerque73@gmail.com>
Date:	2015-08-09

    Updated Portuguese translation

M	po/pt.po

commit 5d416cbbc7cf62767dab9750455391e145b545ab
Author: Aurimas Černius <aurisc4@gmail.com>
Date:	2015-08-06

    Updated Lithuanian translation

M	po/lt.po

commit f74ae0faf67b9338418fc7c3760ffac5e8df8d63
Author: Felix Möller <mail@felixmoeller.de>
Date:	2012-08-01

    Unify strings to ease translation

    https://bugzilla.gnome.org/show_bug.cgi?id=657906

M	daemon/gvfsafpconnection.c
M	daemon/gvfsbackendafc.c
M	daemon/gvfsbackendafpbrowse.c
M	daemon/gvfsbackendftp.c
M	daemon/gvfsbackendmtp.c
M	daemon/gvfsbackendsmbbrowse.c

commit c40c301e4a7f23dfe91289e90d9fa031f09bbcab
Author: Ross Lagerwall <rosslagerwall@gmail.com>
Date:	2015-07-26

    Set filesystem::type for all backends

    This attribute was being set inconsistently, and is used by the file
    chooser.

    https://bugzilla.gnome.org/show_bug.cgi?id=752834

M	daemon/gvfsbackendafpbrowse.c
M	daemon/gvfsbackendarchive.c
M	daemon/gvfsbackendburn.c
M	daemon/gvfsbackendcomputer.c
M	daemon/gvfsbackenddav.c
M	daemon/gvfsbackenddnssd.c
M	daemon/gvfsbackendftp.c
M	daemon/gvfsbackendhttp.c
M	daemon/gvfsbackendlocaltest.c
M	daemon/gvfsbackendnetwork.c
M	daemon/gvfsbackendsmbbrowse.c

commit fc5f3be0a55f15d567e2e01f65585a3de5c40e74
Author: Ross Lagerwall <rosslagerwall@gmail.com>
Date:	2015-07-24

    build: Make EXTRA_DIST independent of configure results

    Make EXTRA_DIST independent of configure results otherwise the
    output of
    "make dist" could be broken if the system on which "make dist" is run
    does not have all the libraries installed.

    https://bugzilla.gnome.org/show_bug.cgi?id=752838

M	daemon/Makefile.am

commit 22e00c940eee58d52f231d6431d81c7dd3d05b40
Author: Ondrej Holy <oholy@redhat.com>
Date:	2015-08-04

    daemon: Fix unused variable warning

    Unused variable 'no_fuse' warning is shown if fuse support is
    disabled.
    Declare the variable conditionally to avoid the warning.

M	daemon/main.c

commit fb60a7e9474c3be37c51452b26caf91c490a4d7e
Author: Ondrej Holy <oholy@redhat.com>
Date:	2015-07-14

    archive: Handle ARCHIVE_FAILED error

    Archive backend is stucked in endless loop currently e.g. if you
    try to
    mount encrypted zip file. It is caused because ARCHIVE_FAILED error is
    not handled, when reading data from the archive.

    ARCHIVE_FAILED is handled with this patch. Mount job doesn't fail,
    just
    because of unknown file size, but open_for_read job fails if
    ARCHIVE_FAILED is returned.

    https://bugzilla.gnome.org/show_bug.cgi?id=752366

M	daemon/gvfsbackendarchive.c

commit 52f2978c611691aa83ee8691e154fe581e1e414b
Author: Andika Triwidada <andika@gmail.com>
Date:	2015-08-03

    Updated Indonesian translation

M	po/id.po

commit 8ed18da5deb95f13d765cc5ecee8bdd1ebdb10ef
Author: Dušan Kazik <prescott66@gmail.com>
Date:	2015-07-28

    Updated Slovak translation

M	po/sk.po

commit 03c34bc31243b72ab650f5f71285f21887919174
Author: Ondrej Holy <oholy@redhat.com>
Date:	2015-07-24

    Post release version bump

M	configure.ac