commit 2534f685269ac997d3593f448aac8bca85594669
Author: Ondrej Holy <oholy@redhat.com>
Date:   2016-03-14

    Update NEWS for 1.27.92 release

M	NEWS

commit c0c6e4cdecb3241ac5523021dac5ba2d26560a23
Author: Changwoo Ryu <cwryu@debian.org>
Date:	2016-03-12

    Updated Korean translation

M	po/ko.po

commit 28a8dc531e99bb597c760f2df5be7d40151a3238
Author: Ondrej Holy <oholy@redhat.com>
Date:	2016-03-10

    fuse: Ignore signals during exit procedure

    Fuse removes its signals handlers in the middle of exit procedure,
    before vfs_destroy() call. Consequenlty fuse daemon may be killed
    instead of proper termination if signal is recieved. Reimplement
    fuse_main helper using lowlevel API in order to ignore new signals
    during the whole exit procedure.

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

M	client/gvfsfusedaemon.c

commit 618c9cbb8621ef0e801cea609a5eaafff88af378
Author: Ondrej Holy <oholy@redhat.com>
Date:	2016-03-10

    fuse: Avoid crashes when exiting

    There may be a race when exiting between a fuse main loop and
    a subthread's main loop. Therefore call g_main_loop_quit always
    from vfs_destroy on the main thread and wait there for a termination
    of the subthread to avoid the race.

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

M	client/gvfsfusedaemon.c

commit e941bbd3124f04ad10f85b42cc03cb4aaf7ddf81
Author: Marek Černocký <marek@manet.cz>
Date:	2016-03-10

    Updated Czech translation

M	po/cs.po

commit 94bb17d42c976f37c35136711f5f66fa255ed99c
Author: Marek Černocký <marek@manet.cz>
Date:	2016-03-10

    Updated Czech translation

M	po/cs.po

commit 70092d7455bb35d560d03aa015d4fef52d441d48
Author: Ondrej Holy <oholy@redhat.com>
Date:	2016-02-18

    fuse: Do not unref result of g_vfs_get_default

    Result from g_vfs_get_default shouldn't be freed as per documentation.

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

M	client/gvfsfusedaemon.c

commit ac1e9cee16f50fb7dab67a8fbac5e64bf8387e1e
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:	2016-03-05

    Updated Kazakh translation

M	po/kk.po

commit d1cd17242376a501054555f749abc60931a8de54
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
Date:	2016-03-03

    Update Latvian translation

M	po/lv.po

commit 0f959454d66b49488bbd0158ee922b8e422f209d
Author: Stas Solovey <whats_up@tut.by>
Date:	2016-03-03

    Updated Russian translation

M	po/ru.po

commit 29cd32481ae375e17eaad1383bd27389b056f542
Author: Aurimas Černius <aurisc4@gmail.com>
Date:	2016-03-02

    Updated Lithuanian translation

M	po/lt.po

commit 45e54f6a2de101d210919abbbe9283b215eaa92a
Author: Ondrej Holy <oholy@redhat.com>
Date:	2016-02-29

    Post release version bump

M	configure.ac