commit 7bbf9a00816f42c43769cd28ffeca177af15a2b2
Author: Tomas Bzatek <tbzatek@redhat.com>
Date:   2012-07-16

    Update NEWS for 1.13.3 release

M	NEWS

commit c9a90f45b79082bedfcd6a8bb82c6b013e22d708
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:	2012-07-16

    Updated Spanish translation

M	po/es.po

commit 39a92eb5ac5741b79832825f8408598aab83c52c
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-07-09

    daemon: implement show-unmount-progress in GVfsJobUnmount

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

M	daemon/gvfsjobunmount.c
M	daemon/gvfsjobunmount.h

commit 2b9132dcb7019bb9a6a3f05f0c951055dc62e2ed
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
Date:	2012-07-16

    Assamese translation updated

M	po/as.po

commit 772aae7ae7f602b45f9d464fe286b3d0e00344cd
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:	2012-07-15

    Updated Belarusian translation.

M	po/be.po

commit c17b63a45988c49ee707b5cd0c685662735db51c
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-07-13

    build: require GLib 2.33.4

    For the show-unmount-progress GMountOperation signal.

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

M	configure.ac

commit 69bdea2a55b976322c9583eafcd51468ef953a30
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-07-09

    common: add support show-unmount-progress signal to
    GMountOperationDBus

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

M	common/gmountoperationdbus.c
M	common/gmountsource.c
M	common/gmountsource.h
M	common/gvfsdaemonprotocol.h

commit 89d6253b08ae993dd23004c8c8f7f9ac4b7d1a2e
Author: Bastien Nocera <hadess@hadess.net>
Date:	2012-07-12

    trash: Make it possible to get to real URI

    So that the files can be poked direction, without the indirection.
    This makes it possible for Totem to play DVDs from the trash for
    example.

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

M	daemon/gvfsbackendtrash.c

commit a5507e2e5cffd56926208364f8c7065f19eb4e26
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	2012-07-13

    Updated POTFILES.in

M	po/POTFILES.in

commit 2fec402d6523e4cf416d754f69d012dc67a58a2e
Author: Martin Pieuchot <mpi@openbsd.org>
Date:	2012-07-13

    daemon: Support allocating PTYs through openpty on BSD

    Allows systems supporting the BSD openpty(3) utily function but not
    the Unix98 PTY function family (grantpt(3), unlockpt(3), ...) to
    allocate a pseudo-tty required for the ssh authentication.

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

    Signed-off-by: Tomas Bzatek <tbzatek@redhat.com>

M	configure.ac
M	daemon/gvfsbackendsftp.c
M	daemon/pty_open.c

commit e3890ddd806a7e2f89ac17d61a4aac0fa4eb7006
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-10

    Add a recent files backend

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

M	configure.ac
M	daemon/Makefile.am
A	daemon/gvfsbackendrecent.c
A	daemon/gvfsbackendrecent.h
A	daemon/recent.mount.in

commit 86137e52d78b2a03b90964c090656f4820f77c78
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-07-10

    Enable more warnings with git

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

M	configure.ac

commit 90e499e06040b5aa4adbefa20ccf78860ed67492
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
Date:	2012-07-13

    Assamese translation updated

M	po/as.po

commit ff627caf013e71a19da24b9fbf188728993bc8a7
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:	2012-07-12

    Updated Galician translations

M	po/gl.po

commit 1592330c16dac5e3acbbcd1971c01055ff5cba2b
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:	2012-07-12

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit 174f3044f0e741b9c376efe98d41f5f46592b957
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-07-09

    udisks2: implement show-unmount-progress

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

M	monitor/udisks2/gvfsudisks2drive.c
M	monitor/udisks2/gvfsudisks2mount.c
M	monitor/udisks2/gvfsudisks2utils.c
M	monitor/udisks2/gvfsudisks2utils.h

commit 8c61a01d9b143842fceb641e9ee03cb30bebb4ef
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-07-09

    monitor: handle show-unmount-progress signal

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

M	monitor/proxy/dbus-interfaces.xml
M	monitor/proxy/gproxymountoperation.c
M	monitor/proxy/gproxymountoperation.h
M	monitor/proxy/gproxyvolumemonitor.c
M	monitor/proxy/gvfsproxyvolumemonitordaemon.c

commit 8dcd2e3756632bca6ea12744ee02099ba8a7e1d4
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-07-10

    udisks2: split a helper function

    We'll need to use this later.

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

M	monitor/udisks2/gvfsudisks2mount.c

commit 4fccf40dfabbef277c3ae5c1652d4db24d0285ac
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-07-10

    udisks2: factor out a common function

    Factor out unmount_data_complete(), we'll use it later.

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

M	monitor/udisks2/gvfsudisks2mount.c

commit 17f987f6b983b5f87f1317f4fd70ce4387ac458d
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-07-10

    udisks2: simplify some code

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

M	monitor/udisks2/gvfsudisks2drive.c

commit 9aec339e36e4047c74a1ebea8afac372234dd9e2
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-07-10

    trivial: remove unused defines

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

M	monitor/gdu/ggdumount.c
M	monitor/udisks2/gvfsudisks2mount.c

commit 079c5ae819e9aba6e75a0b533ed5ff8308038c2d
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2012-07-10

    udisks2: plug a memory leak

    We were not free-ing the UnmountMountsOp structure when there was an
    error in one mount. Fix that and use g_list_free_full to make
    code more
    concise.

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

M	monitor/udisks2/gvfsudisks2drive.c

commit df4069ea879668981dc1984b59e4493f77928fd2
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
Date:	2012-07-11

    Assamese translation reviewed

M	po/as.po

commit 839168f660866dc7e4c28b37246543d10ef43ee5
Author: Matthias Clasen <mclasen@redhat.com>
Date:	2012-07-09

    Make the build a bit more quiet

    Hide gdbus-codegen behind $(AM_V_GEN) to make things
    look nice and clean.

M	monitor/proxy/Makefile.am

commit 4e8603a9b15ac9f6d1c833cb0db51753451e8f60
Author: Matthias Clasen <mclasen@redhat.com>
Date:	2012-07-09

    Avoid an uninitialized variable warning

M	monitor/udisks2/gvfsudisks2volume.c

commit 297bcc3ab93db6db2e869ecd81e318992d79760b
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	2012-07-09

    Updated Norwegian bokmål translation

M	po/nb.po

commit 95bfe781a3566024cd347af819f32489775c883b
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:	2012-07-02

    Updated Spanish translation

M	po/es.po

commit 2fca4badf5899cf32a333ce0425a72ec21313896
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:	2012-07-02

    Updated Greek translation

M	po/el.po

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

    build: Add --disable-documentation option

    Some embedded users may not want it, and for gnome-ostree right now I
    don't have the Docbook infrastrucutre set up.

M	Makefile.am
M	configure.ac

commit 30b70bdd4113a3bb22e8ee98ecdfde5c5e5c165e
Author: Robert Ancell <robert.ancell@canonical.com>
Date:	2012-05-24

    udisks2: Fix error when compiling with -Werror=format-security

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

M	monitor/udisks2/gvfsudisks2mount.c
M	monitor/udisks2/gvfsudisks2volume.c

commit 42afb1cff97489e67f57ebcb39ecd7ee30c4b61d
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-04-30

    Update to use XDG Cache Home for thumbnails

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

M	daemon/gvfsbackend.c

commit 5e839711a36b4e145f3ba3033f2d0e3128df5f7a
Author: Matthias Clasen <mclasen@redhat.com>
Date:	2012-06-29

    Add man pages for all the utilities

M	Makefile.am
M	configure.ac
A	man/Makefile.am
A	man/gvfs-cat.xml
A	man/gvfs-copy.xml
A	man/gvfs-info.xml
A	man/gvfs-ls.xml
A	man/gvfs-mime.xml
A	man/gvfs-mkdir.xml
A	man/gvfs-monitor-dir.xml
A	man/gvfs-monitor-file.xml
A	man/gvfs-mount.xml
A	man/gvfs-move.xml
A	man/gvfs-open.xml
A	man/gvfs-rename.xml
A	man/gvfs-rm.xml
A	man/gvfs-save.xml
A	man/gvfs-set-attribute.xml
A	man/gvfs-trash.xml
A	man/gvfs-tree.xml

commit c070566d67c0059bce5e0d3484339c9547254ffe
Author: Matthias Clasen <mclasen@redhat.com>
Date:	2012-06-29

    Improve wording

    One can trash directories too, thus use LOCATION instead of FILE.

M	programs/gvfs-trash.c

commit 265057d79fd05546236d2b93bb4a085833e408f6
Author: Matthias Clasen <mclasen@redhat.com>
Date:	2012-06-29

    Reorder some options

    Move --detail to the end so it comes after the options that
    it affects, in help output.

M	programs/gvfs-mount.c

commit d5ad568d624162282ebfae741bb18011e907eb0b
Author: Matthias Clasen <mclasen@redhat.com>
Date:	2012-06-29

    gvfs-save: use - instead of _ in long options

    The option --print_etag was misnamed. Now it is --print-etag.

M	programs/gvfs-save.c

commit 1a20e31a1660b1e51efc3a1bb2bb9044af209d3d
Author: Matthias Clasen <mclasen@redhat.com>
Date:	2012-06-29

    Apply some love to the gvfs utilities

    This makes the --help output more consistent across the utilities.
    - Capitalize parameters
    - Make summaries full sentences
    - Shorten some overlong strings
    - Strip . off option descriptions
    - Make descriptions of identical options the same
    - Improve error handling for option parsing
    Also, do proper gettext setup in all utilities.

M	programs/gvfs-cat.c
M	programs/gvfs-copy.c
M	programs/gvfs-info.c
M	programs/gvfs-ls.c
M	programs/gvfs-mime.c
M	programs/gvfs-mkdir.c
M	programs/gvfs-monitor-dir.c
M	programs/gvfs-monitor-file.c
M	programs/gvfs-mount.c
M	programs/gvfs-move.c
M	programs/gvfs-open.c
M	programs/gvfs-rename.c
M	programs/gvfs-rm.c
M	programs/gvfs-save.c
M	programs/gvfs-set-attribute.c
M	programs/gvfs-trash.c
M	programs/gvfs-tree.c

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

    Post release version bump

M	configure.ac