commit f1b4c824c6aac50d7915e9fb3a5e3816800e3561
Author: Ondrej Holy <oholy@redhat.com>
Date:   2014-06-23

    Update NEWS for 1.21.3 release

M	NEWS

commit 8d892e82c585e29760d0b15a3da9ed55d6cc8232
Author: Daniel Mustieles <dnaiel.mustieles@gmail.com>
Date:	2014-06-12

    Updated Spanish translation

M	po/es.po

commit ebdd9bd15502d5cad8b4f9079bb26adc6b4cf527
Author: Ross Lagerwall <rosslagerwall@gmail.com>
Date:	2014-06-01

    afc: Implement standard::allocated-size

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

M	daemon/gvfsbackendafc.c

commit 948ce9902c8c9a60358e7957dda63c0475a42efe
Author: Ross Lagerwall <rosslagerwall@gmail.com>
Date:	2014-06-01

    smb: Implement standard::allocated-size

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

M	daemon/gvfsbackendsmb.c

commit e0e8e9f440a30a93a88698b19e1909b54bcee3c5
Author: Ross Lagerwall <rosslagerwall@gmail.com>
Date:	2014-05-31

    sftp: Reword connection closed error message

    Emphasize the fact that the SSH process dying is likely due to the
    network connection closing.

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

M	daemon/gvfsbackendsftp.c

commit e103eba168c6e84ad51ecda0e09c3cfa18def8cc
Author: Ross Lagerwall <rosslagerwall@gmail.com>
Date:	2014-05-31

    sftp: Quit more cleanly on remote shutdown

    Don't issue any operations after g_vfs_backend_force_unmount() is
    called.

    This prevents messages like the following repeated many times when the
    remote sftp-server process quits unexpectedly:
    forced_unregister_mount_callback

    ** (process:3348): WARNING **: Error unregistering mount: Mountpoint
    not
    registered (g-io-error-quark, 16)

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

M	daemon/gvfsbackendsftp.c

commit dd14287060689075fd3259c4c627d20bd46b9ed2
Author: Ross Lagerwall <rosslagerwall@gmail.com>
Date:	2014-06-02

    afp: Report number of bytes copied

    Report the number of bytes copied at the end since this is required by
    the g_file_copy API.  This doesn't add any overhead either since we're
    already stat()ing the source file.

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

M	daemon/gvfsbackendafp.c

commit 28cb50541ffd369cd8f7630575a02c12e1cb42fc
Author: Bastien Nocera <hadess@hadess.net>
Date:	2014-06-03

    afc: Work-around mounts not disappearing when disconnecting device

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

M	daemon/gvfsbackendafc.c

commit db1a79070d3115dfa00c0f0904867447e19ee27f
Author: Bastien Nocera <hadess@hadess.net>
Date:	2013-09-18

    afc: Add version detection for iOS 6, 7 and 8

M	daemon/gvfsbackendafc.c

commit b618b5255ad2ae20fb8d85a54a3a58f189c960b5
Author: Ondrej Holy <oholy@redhat.com>
Date:	2014-05-29

    gdu: add translators comments

M	monitor/gdu/ggdumount.c

commit 18b027483f4414dc77b284e08bcb93784e7c6d49
Author: Ross Lagerwall <rosslagerwall@gmail.com>
Date:	2014-05-27

    recent: Plug a few memory leaks

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

M	daemon/gvfsbackendrecent.c

commit a2c0a4882356f6ab17d70be6e6276a88673d7257
Author: Ross Lagerwall <rosslagerwall@gmail.com>
Date:	2014-05-27

    smb: Fail properly if set_attribute type is wrong

    If given an invalid type when setting time::modified in
    do_set_attribute, don't try and change the mtime after failing
    the job.

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

M	daemon/gvfsbackendsmb.c

commit 9be61011c012db38ea73484579375999af3c4236
Author: Ross Lagerwall <rosslagerwall@gmail.com>
Date:	2014-05-27

    sftp: Fail properly if set_attribute type is wrong

    If given an invalid type when setting unix::mode in try_set_attribute,
    don't try and change the mode after failing the job.

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

M	daemon/gvfsbackendsftp.c

commit d17e4dbfef0b9859b7d8a149b931cf685f9b4e15
Author: Michael Cree <mcree@orcon.net.nz>
Date:	2014-04-17

    metadata: fix misaligned accesses to 64bit data

    Unfortunately the journal entries are only aligned to 32 bit
    boundaries
    but on some 64-bit RISC architectures (e.g. Alpha) this is
    insufficient
    to guarantee correct alignment of 64-bit accesses. This is not a show
    stopper but does cause inefficient traps to the kernel and pollution
    of
    kernel logs.  Rather than fix the alignment we provide a helper
    function,
    dependent on features specific to gcc, to correctly access a 64-bit
    datum
    that may be misaligned.

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

M	metadata/metatree.c

commit 5aa709f89433962ea0bbd02401a2f0bb40d66120
Author: Ross Lagerwall <rosslagerwall@gmail.com>
Date:	2014-05-27

    smb: Improve batching when sending enumerate GFileInfos

    Instead of creating a list of GFileInfos and sending them when the
    entire directory has been read, call g_vfs_job_enumerate_add_info
    to send them in batches (default of 50).  This simplifies the code
    and should reduce the memory usage when enumerating a large directory.

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

M	daemon/gvfsbackendsmb.c

commit f77fef6733b617125b11ee354369be1b35c27325
Author: Ross Lagerwall <rosslagerwall@gmail.com>
Date:	2014-05-11

    dav: Unref each GFileInfo after being added

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

M	daemon/gvfsbackenddav.c

commit 2a4ea1d63f2190f519dffe503952d205e628d301
Author: Ondrej Holy <oholy@redhat.com>
Date:	2014-05-23

    Post release version bump

M	configure.ac