commit e7792a4a8a8eef5b4689136c1f9eb1b7a5f9180b
Author: Ondrej Holy <oholy@redhat.com>
Date:   2015-10-15

    Update NEWS for 1.26.1.1

M	NEWS
M	configure.ac

commit 44d48ebfc3f322dc73d6a0b7b2bf92bdb3e905ee
Author: Ondrej Holy <oholy@redhat.com>
Date:	2015-10-13

    file monitor: Fix invalid read

    Commit 7373acf changed file monitor construction to be really
    synchronous. Unfortunately there is missing g_object_ref for d-bus
    connection and the connection is unrefed after use. Subsequent read
    of the unrefed connection cause crash with following critical:

    (firefox:29844): GLib-GIO-CRITICAL **: g_dbus_connection_is_closed:
    assertion 'G_IS_DBUS_CONNECTION (connection)' failed

    Do not store the connection, because it isn't neccesary with the
    synchronous construction.

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

M	client/gdaemonfilemonitor.c

commit fe5f4c13150d127cf445e3b5a84d40a6e5c8bcd0
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:	2015-10-14

    Updated Basque language

M	po/eu.po

commit 71dd3bbedfbbae98f7d53617e61fe0ef4f6be8a7
Author: Ondrej Holy <oholy@redhat.com>
Date:	2015-10-12

    Post release version bump

M	configure.ac