commit c15f353a741600a29660514b25a97845924d794e
Author: Tomas Bzatek <tbzatek@redhat.com>
Date:   2012-06-26

    Update NEWS for 1.13.2 release

M	NEWS

commit a35863dd370b6c7a72ad161385507b9b2613bfa8
Author: Tomas Bzatek <tbzatek@redhat.com>
Date:	2012-06-25

    gvfs-open: Construct full URI for local paths

    Apparently g_app_info_launch_default_for_uri() can't handle invalid
    URIs like the plain local path, returning G_IO_ERROR_NOT_SUPPORTED.
    Let's go through GFile to get a full URI as a fallback.

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

M	programs/gvfs-open.c

commit ff748cd275fba9b6cc14f1efa94534fbf0f23caa
Author: Tomas Bzatek <tbzatek@redhat.com>
Date:	2012-06-25

    fuse: Split padding size in blocks for ftruncate()

    Don't allocate whole padding block, write in smaller pieces instead.
    As an bonus, check for block write result and break if error occurred,
    passing it further up.

    Found by David Zeuthen.

M	client/gvfsfusedaemon.c

commit a1abfe3ea48e92ae96a6d867272c9cf31bece9f7
Author: Tomas Bzatek <tbzatek@redhat.com>
Date:	2012-06-22

    afp: Add a comment for translators

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

M	daemon/gvfsafpserver.c

commit 675768224bcea783cf65d2052d27c0e218e21f81
Author: Tomas Bzatek <tbzatek@redhat.com>
Date:	2012-06-22

    build: Change GSettings schema paths to /org/gnome/system

    Rather controversial change but afaik these schemas are not used by
    foreign apps.

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

M	daemon/org.gnome.system.dns_sd.gschema.xml
M	daemon/org.gnome.system.smb.gschema.xml

commit 6ff5e43a1155ac438d7fecb4d2c94318bfc12392
Author: Tomas Bzatek <tbzatek@redhat.com>
Date:	2012-06-22

    build: Install bash completion files in /usr/share/

    bash-completion upstream has changed the preferred location for
    completion
    scripts, let's make it consistent across our stack.

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

M	configure.ac
M	programs/Makefile.am
R100	programs/gvfs-bash-completion.sh	programs/completion/gvfs

commit e8b4b3309e3e9c85c37d5522a01f24a8914538fc
Author: Dan Winship <danw@gnome.org>
Date:	2012-05-18

    gvfs-open: use g_app_info_launch_default_for_uri()

    g_app_info_launch_default_for_uri() didn't exist when gvfs-open was
    first written, but now that it does, there's no reason not to use it.

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

M	programs/gvfs-open.c

commit b6164bc173223ee726f3102e3c7ed2bb9d2aad5b
Author: Tomas Bzatek <tbzatek@redhat.com>
Date:	2012-06-20

    fuse: Support ftruncate() where requested size > current size

    When ftruncate is called with a size greater than the current size
    of the file, the expected behavior is that the file size increases to
    the requested size, and the new space is zero-filled.  SQLite depends
    on this behavior when opening a database using 'write-ahead log'
    journaling.

    Based on original patch by Jeff Smith <whydoubt@yahoo.com>

M	client/gvfsfusedaemon.c

commit 872e874b9ee1bf326c6d436151a917f8f39e31ec
Author: Tomas Bzatek <tbzatek@redhat.com>
Date:	2012-06-18

    gdbus: Use stable metadata proxy

    When GDBusProxy is constructed for a well-known name, it tracks
    the name
    owner itself and no recreation when it changes is necessary. When
    name owner
    is lost, an autostart attempt is made on a next call.

    This patch removes name watching completely but retains metadata
    proxy creation
    on a first use.

M	client/gdaemonfile.c
M	client/gdaemonvfs.c

commit 7b93a7f8486bad5886c75045aa4ec3806e8398f4
Author: Christian Kellner <gicmo@gnome.org>
Date:	2012-06-18

    dav: abort finding the root on error or auth info change

    The webdav root finding logic has been changed so it will not
    continue to check the parent directory if we did not get a
    webdav collection.
    Also if we successfully obtained the information for a directory
    we switch the auth handler to non-interactive so we don't try
    to ask for new credentials for parent dir. Fix bug #677753.

M	daemon/gvfsbackenddav.c

commit c12296f716102e83647d67017d418129c9cc22c7
Author: Christian Kellner <gicmo@gnome.org>
Date:	2012-06-18

    dav: ignore empty tags in multistatus responses

    The old logic in ms_response_to_file_info () assumed that all
    the tags that were present in the 200 status block of the
    multistatus response actually contain data. Of course some
    server will violate this assumption. We now make sure that tags
    really have content when parsing. Should fix bug 675506.

M	daemon/gvfsbackenddav.c

commit 042f06197ca72b4703116fc3fe29da7c4a7df352
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:	2012-06-10

    Updated Greek translation

M	po/el.po

commit 6c40a89b8d0ac53462a1039e3453b3833dc52718
Author: Κωσνταντίνος Χόρτης <cograss@yahoo.com>
Date:	2012-06-10

    Updated Greek translation

M	po/el.po

commit 6108c126bd4c2821474ce3091e54434401893fdd
Author: Colin Walters <walters@verbum.org>
Date:	2012-06-06

    build: More srcdir != builddir fixes

M	client/Makefile.am
M	monitor/proxy/Makefile.am

commit ba3f31b5296fa9de00d92e1deee17dc50760fe9f
Author: Colin Walters <walters@verbum.org>
Date:	2012-06-06

    build: Fix srcdir != builddir

M	metadata/Makefile.am

commit b7e22341c2eeef72b885639936531228e4456efc
Author: Tomas Bzatek <tbzatek@redhat.com>
Date:	2012-06-04

    Post release version bump

M	configure.ac