commit 4db4f56ba1efadea7e12fe1ee35ac33a6f0c4896
Author: Tomas Bzatek <tbzatek@redhat.com>
Date:   2011-03-21

    Update NEWS for 1.7.3 release

M	NEWS

commit ac171be248f276392acdd9a783859adb691c46d7
Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
Date:	2011-03-20

    Updated Latvian translation.

M	po/lv.po

commit 2946104f50b9dc7ce4907f99f4069ccc4988f658
Author: Dirgita <dirgitadevina@yahoo.co.id>
Date:	2011-03-20

    Updated Indonesian translation

M	po/id.po

commit 488e4665a06a3b43d3321805b88c6cfcc0098e80
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:	2011-03-19

    Updated Russian translation

M	po/ru.po

commit c8bbe04f4e2a7d5457f01049abb700c72af702dd
Author: Tomas Bzatek <tbzatek@redhat.com>
Date:	2011-03-18

    smb: Add support for default location

    This is actually a workaround for inacessible root of the share.
    By setting default location to a user-specified path Nautilus will
    go to this folder by default, leaving errors from inaccessible
    root behind.

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

M	daemon/gvfsbackendsmb.c

commit 7791cad5d2517fe31f760325d0dac90eeffd505d
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:	2011-03-17

    Uploaded Ukranian

M	po/uk.po

commit be0f71b64672a4e2e791a67b7c24068dccd58149
Author: Tomas Bzatek <tbzatek@redhat.com>
Date:	2011-03-17

    Update .gitignore

M	.gitignore

commit 08120de3bdf768ed6d1a935ce05b64f9ddecadc0
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	2011-03-17

    Cleanups and fixes for compiler warnings

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

M	client/gdaemonfile.c
M	client/gdaemonfileinputstream.c
M	client/gdaemonfileoutputstream.c
M	client/gdaemonvfs.c
M	client/gdaemonvolumemonitor.c
M	common/gsysutils.c
M	common/gvfsdbusutils.c
M	daemon/gvfsbackendarchive.c
M	daemon/gvfsbackenddav.c
M	daemon/gvfsbackendsftp.c
M	daemon/gvfsftpconnection.c
M	daemon/gvfsftpdircache.c
M	daemon/gvfsjobopeniconforread.c
M	daemon/mount.c
M	metadata/metatree.c
M	monitor/gdu/ggduvolumemonitor.c
M	monitor/gphoto2/ggphoto2volumemonitor.c
M	monitor/proxy/gvfsproxyvolumemonitordaemon.c
M	programs/gvfs-set-attribute.c
M	test/benchmark-common.c
M	test/benchmark-gvfs-big-files.c
M	test/benchmark-gvfs-small-files.c

commit cdc5849ea5067573a278c7d5f1a21c14c5b0686a
Author: Tomas Bzatek <tbzatek@redhat.com>
Date:	2011-03-17

    archive: Propagate entry index as inode no. for files

    This is	the first step in making extraction faster. Some GIO-based
    file managers like Nautilus sort files by inode number and making
    copy/extraction faster (more linear read on disk, linear read from
    archive).

    For the archiving backend, let's give each file a number corresponding
    with the position the file is stored in the archive. We can't use
    native inode number stored in some types of archives as long as there
    are no guarantees it reflects actual position in the file.

    This change will have no effect until we make do_open_for_read() not
    to close archive after reading and continue from the last position.
    I'm afraid this concept would conflict with multiple accesses at one
    time though.

M	daemon/gvfsbackendarchive.c

commit 4a5d5e7f275496243e51f58415946c2186e757c4
Author: Tomas Bzatek <tbzatek@redhat.com>
Date:	2011-03-17

    archive: Skip leading "./" from pathnames if present

    Happens with some archive types, such as rpm (libarchive 2.8.4).

M	daemon/gvfsbackendarchive.c

commit 1e92e6f3b2bbf581946825bca528b018cab3d9e7
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:	2011-03-16

    Updated Romanian translation

M	po/ro.po

commit b8c2f0f991893d37ba7acbf4665b78a75bb5b119
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:	2011-03-16

    Updated Romanian translation

M	po/ro.po

commit 7b5c39c576b33a431f190a4fb6712566997c4f37
Author: Bruce Cowan <bruce@bcowan.me.uk>
Date:	2011-03-16

    Updated British English translation

M	po/en_GB.po

commit 4091c854fced28efb712f1e036b3a1299480970c
Author: Ryan Brown <r@nodr.org>
Date:	2011-03-16

    build: Don't link http backend with SoupOutputStream

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

M	daemon/Makefile.am

commit 024159a433ba3eabd83425c27e06818d315dc6b9
Author: Tomas Bzatek <tbzatek@redhat.com>
Date:	2011-03-16

    archive: Prevent assertion failure on duplicate mount

    This will fix an abort when archive is to be mounted for the second
    time:
    ERROR:gvfsbackendarchive.c:240:g_vfs_backend_archive_finalize:
    assertion failed: (archive->file == NULL)

    https://bugzilla.redhat.com/show_bug.cgi?id=645630

M	daemon/gvfsbackendarchive.c

commit 8bfd933e98c74af026659213dd53e9fd0c41358e
Author: Craig Keogh <cskeogh@adam.com.au>
Date:	2011-03-16

    build: Honor ACLOCAL_FLAGS

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

M	Makefile.am

commit f6b792cbbfdde70d201b3609d2eb67fd82fcccf2
Author: Tomas Bzatek <tbzatek@redhat.com>
Date:	2011-03-16

    build: Bump fuse requirement for ATOMIC_O_TRUNC support

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

M	configure.ac

commit 5fb862503052a1c130121c4005bd7ff0a183ee43
Author: Jonathan Blanchard <BlanchardJ@ieee.org>
Date:	2011-03-16

    client: Fix wrong assignment before dbus_connection_unref()

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

M	client/gvfsdaemondbus.c

commit 16ebb08d4bbf841d85fc5ecd657e809b874d0fca
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:	2011-03-15

    Updated Hungarian translation

M	po/hu.po

commit 3d85fec0506649975dcce082c7ff94959bc37db6
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:	2011-03-15

    Updated Portuguese translation

M	po/pt.po

commit b63ab04df8fa3e778db4d4a5e27f4fd77c5c2dc8
Author: Mattias Põldaru <mahfiaz gmail com>
Date:	2011-03-13

    [l10n] Updated Estonian translation

M	po/et.po

commit 0d7c36be4fb8997d23bac9f704a934bd919b6000
Author: Mattias Põldaru <mahfiaz gmail com>
Date:	2011-03-13

    [l10n] Updated Estonian translation

M	po/et.po

commit 4b0ca3536bd1a505606a24a13840a6351ea1e493
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	2011-03-11

    Updated Polish translation

M	po/pl.po

commit 4a55da4124807176c79b5668b1c2a958ff003be5
Author: Manoj Kumar Giri <mgiri@redhat.com>
Date:	2011-03-08

    Updated Oriya Translation

M	po/or.po

commit 2b737d6a902d6a7bd83b42fc134efba61ac19881
Author: Gil Forcada <gforcada@gnome.org>
Date:	2011-03-03

    [l10n] Updated Catalan translation

M	po/ca.po

commit af14f2fe99b7931a1f7fbfd8e2abeee0596a5f14
Author: Changwoo Ryu <cwryu@debian.org>
Date:	2011-02-27

    Updated Korean translation

M	po/ko.po

commit 0918ba4aa20b03ebed241670c8ce65dbbc0275a2
Author: Alexander Shopov <ash@kambanaria.org>
Date:	2011-02-16

    Updated Bulgarian translation

M	po/bg.po

commit a1ccea8ecbb8b9aecf568502780fc4ff4dfcf73a
Author: Claude Paroz <claude@2xlibre.net>
Date:	2011-02-05

    Updated French translation

M	po/fr.po

commit 8dc6f63ecca0969a54e48d87572f54b386f0df43
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:	2011-02-04

    Updated Arabic translation

M	po/ar.po

commit 334600a49db7e48c5b3282e8547dbf27eb910be4
Author: Daniel Nylander <po@danielnylander.se>
Date:	2011-02-02

    Updated Swedish translation

M	po/sv.po

commit 2ccd871b2a72de5c9d8dd472d82ffb59310cc619
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:	2011-02-01

    Updating Galician translations

M	po/gl.po

commit 1b57675afacaaef80ffe595ae78744e581e05cde
Author: Tomas Bzatek <tbzatek@redhat.com>
Date:	2011-01-31

    Post release version bump

M	configure.ac