commit ad81c035889306e415bc408a32f998793fc0269a
Author:     Tomas Bzatek <tbzatek@redhat.com>
AuthorDate: 2011-04-26
Commit:     Tomas Bzatek <tbzatek@redhat.com>
CommitDate: 2011-04-26

    Update NEWS for 1.8.1 release

M	NEWS

commit f463911d77fb00c036bdd345852112eed151f806
Author:     Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
AuthorDate: 2011-04-25
Commit:     Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
CommitDate: 2011-04-25

    Updated Japanese translation

M	po/ja.po

commit 844a76327e462cacbdcd7dc1405b9d6c14f9a394
Author:     Theppitak Karoonboonyanan <thep@linux.thai.net>
AuthorDate: 2011-04-24
Commit:     Theppitak Karoonboonyanan <thep@linux.thai.net>
CommitDate: 2011-04-24

    Updated Thai translation.

M	po/th.po

commit ab078f288f87757cb128c704ed7b1d16cc06d1af
Author:     Alexander Larsson <alexl@redhat.com>
AuthorDate: 2011-04-15
Commit:     Alexander Larsson <alexl@redhat.com>
CommitDate: 2011-04-15

    gdu volume monitor: Fix check for symlinks in /dev, was reversed

    Spotted by Emilio Pozuelo Monfort in
    https://bugzilla.gnome.org/show_bug.cgi?id=601497
    (cherry picked from commit 9bfe6ccdf1143c9f5409d17908f40c7544ceb119)

M	monitor/gdu/ggduvolumemonitor.c

commit caf8ba57f5c20c588bf685c648d842e8d46bf769
Author:     Alexander Larsson <alexl@redhat.com>
AuthorDate: 2011-04-15
Commit:     Alexander Larsson <alexl@redhat.com>
CommitDate: 2011-04-15

    Don't leak dbus messages

    We're missing a lot of dbus_message_unref after sending
    messages, add them.
    (cherry picked from commit 7460f26f9243e6b1745a448b8dc05b15d12aa86e)

M	daemon/daemon-main.c
M	daemon/gvfsjobcopy.c
M	daemon/gvfsjobcreatemonitor.c
M	daemon/gvfsjobdelete.c
M	daemon/gvfsjobenumerate.c
M	daemon/gvfsjobmakedirectory.c
M	daemon/gvfsjobmakesymlink.c
M	daemon/gvfsjobmountmountable.c
M	daemon/gvfsjobmove.c
M	daemon/gvfsjobopenforread.c
M	daemon/gvfsjobopenforwrite.c
M	daemon/gvfsjobopeniconforread.c
M	daemon/gvfsjobpollmountable.c
M	daemon/gvfsjobpull.c
M	daemon/gvfsjobpush.c
M	daemon/gvfsjobqueryattributes.c
M	daemon/gvfsjobqueryfsinfo.c
M	daemon/gvfsjobqueryinfo.c
M	daemon/gvfsjobsetattribute.c
M	daemon/gvfsjobsetdisplayname.c
M	daemon/gvfsjobstartmountable.c
M	daemon/gvfsjobstopmountable.c
M	daemon/gvfsjobtrash.c
M	daemon/gvfsjobunmount.c
M	daemon/gvfsjobunmountmountable.c
M	daemon/gvfsmonitor.c
M	daemon/mount.c

commit 92b3b3dd639535d2a9aa03bf84155de506f250cc
Author:     Alexander Larsson <alexl@redhat.com>
AuthorDate: 2011-04-15
Commit:     Alexander Larsson <alexl@redhat.com>
CommitDate: 2011-04-15

    Fix threadsafety of closing channels

    There is a race in g_vfs_job_close_read_finalize vs command_read_cb
    where if these run in different threads (the command_read_cb in
    the main
    thread and the close in another thread), such as in the smb case then
    we may free the channel early.

    We fix this by having the command reading propely ref the channel and
    add a cancellable that allows us to cancel the command reading
    when the
    channel is closed.
    (cherry picked from commit 0babec2c24287a8578be488dacb0428998aa5648)

M	daemon/gvfschannel.c

commit 3340e3c4c378ccc302a985097e7735def5e0dc69
Author:     Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
AuthorDate: 2011-04-11
Commit:     Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
CommitDate: 2011-04-11

    Add Esperanto translation

M	po/LINGUAS
A	po/eo.po

commit b0a17b5ff2538e0ba6eda39ed892e96d330030d3
Author:     Bastien Nocera <hadess@hadess.net>
AuthorDate: 2011-04-07
Commit:     Bastien Nocera <hadess@hadess.net>
CommitDate: 2011-04-07

    [gdu] Fix setting the BDMV name

    Who forgot that else? Oh. Never mind.

M	monitor/gdu/ggdumount.c

commit 95414931995bbbf9b88c8458f372dc34c378c0c6
Author:     Jordi Serratosa <serratosa@gmail.com>
AuthorDate: 2011-04-04
Commit:     Gil Forcada <gforcada@gnome.org>
CommitDate: 2011-04-04

    [l10n]Fixes on Catalan translation

M	po/ca.po

commit d2c81b5f2b0546af7f7af3bc897508aedf2045c9
Author:     Tomas Bzatek <tbzatek@redhat.com>
AuthorDate: 2011-04-04
Commit:     Tomas Bzatek <tbzatek@redhat.com>
CommitDate: 2011-04-04

    Post release version bump

M	configure.ac