commit 5ae9936f267f14c296182cbf1786d8a96f2c7f41
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sun Nov 14 01:01:05 2010 -0500

    Update NEWS for 2.26.1

 NEWS |   35 +++++++++++++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)

commit 719b60e5983800f810c4400008b0d8b68b01dc25
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sun Nov 14 00:59:58 2010 -0500

    Bump version to 2.26.1

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit bd5df18683d33160d08a28f471fb25d3b12418d5
Author: Luca Ferretti <lferrett@gnome.org>
Date:   Sat Nov 13 14:01:29 2010 +0100

    [l10n] Updated Italian translation

 po/it.po | 2353
 +++++++++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 1556 insertions(+), 797 deletions(-)

commit fe225e7e7c7424fbfbdeb63c41db63c21f8f7751
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Fri Nov 12 10:57:05 2010 -0500

    GSettings: Big Endian fixes

    Backport a bunch of fixes from master, squashed together into this one
    commit.

 gio/glib-compile-schemas.c |    6 +++
 gio/gsettings.c            |   15 +++++++++
 gio/gsettingsschema.c      |   14 +-------
 gio/gvdb/gvdb-reader.c     |   73
 ++++++++++++++++++++++++++++++++++++++++---
 gio/gvdb/gvdb-reader.h     |    6 +++
 gio/strinfo.c              |    4 +-
 gio/tests/gsettings.c      |   14 +++++---
 glib/gvariant.c            |   40 ++++++++++++++++--------
 8 files changed, 133 insertions(+), 39 deletions(-)

commit 1d35eb6e55fb0467d2b60ce5a7f399dd4bcff7aa
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Mon Oct 4 01:51:11 2010 -0400

    Bug 627126 - gsettings schemas on FreeBSD

    Rewrite the install rule for GSettings schemas to not depend on an
    obscure chunk of non-portable sed that nobody understands the purpose
    of.

    Instead, use make's VPATH feature to resolve the paths of the
    files that
    need to be installed.  No need to depend on the .valid targets here
    since automake already ensures that 'make all' is complete before
    'make
    install' is permitted to run.

 m4macros/gsettings.m4 |   16 ++--------------
 1 files changed, 2 insertions(+), 14 deletions(-)

commit 9c02a271927da2773a139fae64407e360120d2c2
Author: Dan Winship <danw@gnome.org>
Date:   Thu Oct 28 15:17:17 2010 -0400

    GNetworkService: fix a small bug

    Fix a small bug in the synchronous lookup code introduced in the fix
    for bug 629274
    (cherry picked from commit cd4f818b301bfc6855b27feba5a0dfdca60027c1)

 gio/gnetworkservice.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3aff43d07ae62961e995237770c820aefa78e5dd
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Wed Oct 27 09:08:32 2010 -0400

    Bug 632169 - manual use of gsettings-data-convert

    Add some words and example code to the documentation about why
    you might
    want to manually invoke gsettings-data-convert and how you should go
    about doing that.
    (cherry picked from commit dfb0577ef4947afb32d91a72769bd22d6c1edfaa)

 docs/reference/gio/migrating-gconf.xml |   64
 ++++++++++++++++++++++++++++++++
 1 files changed, 64 insertions(+), 0 deletions(-)

commit 54b8e6596e8c3e772fe4744f2a591c5070dade1e
Author: Dan Winship <danw@gnome.org>
Date:   Wed Sep 15 10:05:03 2010 -0400

    GNetworkService: fall back when there is no valid SRV record

    RFC 2782 says that if there is no SRV record for
    _SERVICE._PROTOCOL.DOMAIN, you should fall back to trying just DOMAIN,
    with the default port for SERVICE. Do that.

    https://bugzilla.gnome.org/show_bug.cgi?id=629274
    (cherry picked from commit e410131021036532e6e9622e8b977222389b44e9)

 gio/gnetworkservice.c |   50
 ++++++++++++++++++++++++++++++++++++++++++++----
 1 files changed, 45 insertions(+), 5 deletions(-)

commit 207964ad82f973bac1719585b0683e400c77ceaf
Author: Dan Winship <danw@gnome.org>
Date:   Wed Sep 15 10:22:13 2010 -0400

    GNetworkService: fix iteration of multiple addresses

    Previously if there were multiple SRV records, only the first would
    be iterated by the GSocketConnectable interface
    (cherry picked from commit 19243c247d8a89c6467bd21109b7f0d4b1cb081a)

 gio/gnetworkservice.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 619fb5dd27575b495ebee17b06b32d7618e2069b
Author: Dan Winship <danw@gnome.org>
Date:   Tue Aug 17 18:34:13 2010 -0400

    GSocket: set protocol when using g_socket_new_from_fd()

    Otherwise, attempting to create a GSocketConnection from the socket
    will likely return the wrong type, since the protocol won't match any
    of the registered subtypes.

    Also add the start of a GSocket test program (from davidz).

    https://bugzilla.gnome.org/show_bug.cgi?id=627171
    (cherry picked from commit 87d06109ab325a4a68e151015381e7e1b33bdf7d)

 gio/gsocket.c         |   29 ++++++++++++++--
 gio/tests/.gitignore  |    1 +
 gio/tests/Makefile.am |    6 +++-
 gio/tests/socket.c    |   86
 +++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 117 insertions(+), 5 deletions(-)

commit 56e0ff2fb8cf551f330b1d6a7361c5d70d5856bb
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Nov 12 09:03:38 2010 -0500

    Protect access to closure, weak refs and toggle refs arrays

    This fixes https://bugzilla.gnome.org/show_bug.cgi?id=613822
    (cherry picked from commit b7616114c6c1884c3a183a4d83156bdf2151b731)

 gobject/gobject.c |   38 ++++++++++++++++++++++++++++++--------
 1 files changed, 30 insertions(+), 8 deletions(-)

commit 633b2bc6113e06c4977cfa2c27bcbb5623bf07a9
Author: Javier Jardón <jjardon@gnome.org>
Date:   Fri Oct 8 17:21:53 2010 +0200

    gtypemodule: Mention g_object_run_dispose correctly in a warning

    https://bugzilla.gnome.org/show_bug.cgi?id=630797
    (cherry picked from commit 5fa7a1e9cedb33d32049c54f13adc3504d723573)

 gobject/gtypemodule.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 6766c727bb2f0f99a8e5a62a8d71d0b243479b56
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Fri Oct 8 16:09:10 2010 +0100

    gobject: Improve install_properties()

    Cache the parent type outside of the loop, and fix a typo in the
    documentation.
    (cherry picked from commit 44a8ff2f8f607f725c478793b876742b09f350ef)

 gobject/gobject.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit 6791551c896d3cd10a3b2746383cf0627b6250e2
Author: Christian Dywan <christian@twotoasts.de>
Date:   Fri Oct 8 16:33:33 2010 +0200

    Initialise lengths in GvdbReader to silence warnings
    (cherry picked from commit 3035bf40d0d75632b36fa703c3ac2becc98769d8)

 gio/gvdb/gvdb-reader.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 509a53848d841c548a92ec9d765a536899e33d44
Author: Christian Dywan <christian@twotoasts.de>
Date:   Fri Oct 8 16:33:04 2010 +0200

    Initialise lengths in GDbusAuth to silence warnings
    (cherry picked from commit ad363d9aac5a6167121631a1ee8d3cec2784b5c2)

 gio/gdbusauth.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit cecd997a5e5ea572b0b036e46cb08a379c41725f
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:   Mon Nov 1 01:24:29 2010 +0900

    Fix error in Japanese translation

 po/ja.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 07e09816227984734ffd0d9685b1e866f35f313a
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Fri Oct 29 00:48:48 2010 +0100

    Updated Catalan (Valencian) translation

 po/ca@valencia.po | 2095
 +++++++++++++++++++++++++++++++++++------------------
 1 files changed, 1396 insertions(+), 699 deletions(-)

commit 231ee5eddf98d2d23bda6d69f372892201a0783b
Author: Emilio Pozuelo Monfort <pochu27@gmail.com>
Date:   Tue Sep 28 11:53:03 2010 +0200

    Don't enable dtrace support when dtrace isn't available

    Fixes FTBFS when dtrace isn't available but <sys/sdt.h> is.

 configure.ac |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

commit 216170dca38494c5a0e4cd598e64c807e8f774aa
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Sun Oct 3 01:53:09 2010 -0400

    GSettings: implement .property_get('path')

    This was unimplemented in g_settings_get_property(), leading to
    a failed
    'g_assert_not_reached()'.

 gio/gsettings.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 1c6fd63f60ffa24aa9ea29d2ac13bb0b2b5b9d4e
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sat Oct 16 23:30:30 2010 -0400

    Prevent error pileup

 gio/glib-compile-schemas.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 286500db269a95793e717c4156575ce8447119ed
Author: Bruce Cowan <bruce@bcowan.me.uk>
Date:   Thu Oct 7 21:27:17 2010 +0100

    Updated British English translation

 po/en_GB.po |  469
 ++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 258 insertions(+), 211 deletions(-)

commit e01a20ceb958a9a43383a2ef236524ba9f79b6d9
Author: Tor Lillqvist <tml@iki.fi>
Date:   Thu Oct 7 12:04:52 2010 +0300

    Don't call close() on -1

    Of course, a proper implementation of close() will just ignore an
    invalid parameter silently, and set errno. But apparently the "debug"
    version of the Microsoft C library generates some noise in this
    case. So avoid that. Thanks to John Emmas for reporting.

 tests/testglib.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 8395f59f5fa30b583e8a0b569e7b77f4fb22fdc9
Author: Žygimantas Beručka <zygis@gnome.org>
Date:   Sun Oct 3 15:42:49 2010 +0200

    Updated Lithuanian translation by Aurimas Černius <aurisc4@gmail.com>

 po/lt.po |  278
 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 158 insertions(+), 120 deletions(-)

commit 7e95a36159caa355c6cbd6351f5313502e70272c
Author: Damyan Ivanov <dam+gnome@ktnx.net>
Date:   Sat Oct 2 08:52:44 2010 +0300

    Updated Bulgarian translation

 po/bg.po |  143
 +++++++++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 95 insertions(+), 48 deletions(-)

commit 2a9b14c015a05cd8dc16a2c5bce2d531c76824c8
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Thu Sep 30 14:40:50 2010 -0400

    message_to_write_data_free: Don't unref data->message if it is NULL

    After the recent changes to message filtering, it can happen that
    data->message is NULL when we get here.
    (cherry picked from commit fe1186a842458dcc647c5f9ab03f17c762354e95)

 gio/gdbusprivate.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit ad5c271d1e42d9d50e7ae70d660c673c63df3026
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Thu Sep 30 19:55:03 2010 +0200

    Updated Basque language

 po/eu.po |  808
 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 428 insertions(+), 380 deletions(-)

commit d2e3109a2179b099e8ef81ac947a392df6957e1e
Author: Giannis Katsampirhs <juankatsampirhs@gmail.com>
Date:   Thu Sep 30 14:47:58 2010 +0300

    l10n: Updated Greek translation for glib

 po/el.po | 7535
 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 3835 insertions(+), 3700 deletions(-)

commit ca077f70fbbfc38c8e404e0df2df06fb7ea06bc2
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Wed Sep 29 18:46:45 2010 +0200

    Updated Polish translation

 po/pl.po | 1642
 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 794 insertions(+), 848 deletions(-)

commit fced7b0a44a4dd793745cb87721335d56e10c5d4
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Wed Sep 29 14:07:05 2010 +0200

    Updated Hungarian translation

 po/hu.po |  632
 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 310 insertions(+), 322 deletions(-)

commit b19ed7cca2e80dd27bd951b9edefa769aef35105
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Wed Sep 29 09:02:51 2010 +0200

    Updated French translation

 po/fr.po |  190
 ++++++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 116 insertions(+), 74 deletions(-)

commit 5b3398f33b1ceb82c0b2742d5824548935aa3bb8
Author: Petr Kovar <pknbe@volny.cz>
Date:   Wed Sep 29 04:38:51 2010 +0200

    Update Czech translation

 po/cs.po |  418
 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 242 insertions(+), 176 deletions(-)

commit 6d8323d4fa95ec5d7da7775961dee840a1ccd674
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Wed Sep 29 00:31:48 2010 +0200

    Updated Hebrew translation.

 po/he.po |  221
 +++++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 134 insertions(+), 87 deletions(-)

commit 9ee98341ea3d2c4f5b1bc908146e5ffe6da6b9b2
Author: Peter Kragelj <peter.kragelj@gmail.com>
Date:   Tue Sep 28 21:27:35 2010 +0200

    Updated Slovenian translation

 po/sl.po |  498
 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 272 insertions(+), 226 deletions(-)

commit e5f8d876acf0aed6b04ee6f62b70f6cc93abcb55
Author: Peter Kragelj <peter.kragelj@gmail.com>
Date:   Tue Sep 28 21:22:23 2010 +0200

    Updated Slovenian translation

 po/sl.po |  218
 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 109 insertions(+), 109 deletions(-)

commit de4af412f825aa5c9ed4b6214a03c5042a90dfe8
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Tue Sep 28 17:41:37 2010 +0200

    Updated galician translations

 po/gl.po |  553
 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 303 insertions(+), 250 deletions(-)

commit 35126d830dde27731c862ae9d7ff082ef5714844
Author: Peter Kragelj <peter.kragelj@gmail.com>
Date:   Tue Sep 28 15:13:33 2010 +0200

    Updated Slovenian translation

 po/sl.po |  621
 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 307 insertions(+), 314 deletions(-)

commit dbeda225674309ede7b4dfea3919d2c93e6abdb9
Author: Yuri Kozlov <yuray@komyakino.ru>
Date:   Tue Sep 28 07:41:49 2010 +0400

    Updated Russian translation

 po/ru.po |  137
 ++++++++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 89 insertions(+), 48 deletions(-)

commit e01224ccbe6a96b40c2e045fae4de1e89235a828
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Mon Sep 27 23:41:13 2010 +0100

    Updated Portuguese translation

 po/pt.po |  365
 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 206 insertions(+), 159 deletions(-)

commit 59521019ac6670560312966159df9ad8286e000c
Author: Gintautas Miliauskas <gintautas@miliauskas.lt>
Date:   Tue Sep 28 00:12:42 2010 +0300

    Updated Lithuanian translation (thanks Aurimas Cernius).

 po/lt.po |  569
 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 307 insertions(+), 262 deletions(-)

commit f878f522121303163454a66104e0e9418ed899e6
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Mon Sep 27 20:19:03 2010 +0200

    [i18n] Updated German translation

 po/de.po |  584
 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 312 insertions(+), 272 deletions(-)

commit f4a5987e22f62d4d68f7f487dee40449d3a5ff1e
Author: Andika Triwidada <andika@gmail.com>
Date:   Tue Sep 28 00:27:52 2010 +0700

    Updated Indonesian translation

 po/id.po |  463
 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 254 insertions(+), 209 deletions(-)

commit 62bc29421c1715edc62dac6f3081dd7ffdcc2194
Author: Jonh Wendell <jwendell@gnome.org>
Date:   Mon Sep 27 13:56:58 2010 -0300

    Updated Brazilian Portuguese translation

 po/pt_BR.po |  151
 ++++++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 98 insertions(+), 53 deletions(-)