commit e3622a6e792ff442f6c76213751f711474388401
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Jan 21 20:59:24 2013 -0500

    3.2.6

 NEWS | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

commit 84b51889b18656bd65843ead39086bf1cd76993a
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Jan 21 20:15:12 2013 -0500

    Rename configure.in to configure.ac

 configure.ac | 399 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.in | 399 -----------------------------------------------------------
 2 files changed, 399 insertions(+), 399 deletions(-)

commit da04891b0cbd13514a6130f480ce1c9db77e2509
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Jan 21 20:53:07 2013 -0500

    Fix distcheck
    
    The earlier patch forgot to drop sanity-check from POTFILES.

 po/POTFILES.in | 1 -
 1 file changed, 1 deletion(-)

commit cf97922815e3dca7a1e16c34b2cf26e622ec21bb
Author: William Jon McCann <jmccann@redhat.com>
Date:   Sun Apr 3 21:29:55 2011 -0400

    Remove gconf-sanity-check
    
    Local file locking was removed long ago.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=646674

 gconf/.gitignore           |   1 -
 gconf/Makefile.am          |  13 +-
 gconf/gconf-backend.h      |   2 +-
 gconf/gconf-sanity-check.c | 421 ---------------------------------------------
 4 files changed, 2 insertions(+), 435 deletions(-)

commit 10e1eef4761fec5f9cda3755fc346dc69c8efa5f
Author: Michael Terry <michael.terry@canonical.com>
Date:   Fri Jul 1 11:22:03 2011 +0100

    Add Unity to OnlyShowIn
    
    https://bugzilla.gnome.org/show_bug.cgi?id=653809

 gsettings/gsettings-data-convert.desktop.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 19279a16ce91a0a0aefce3da79bc1cadbce3dbec
Author: Alfie Costa <agcosta@gis.net>
Date:   Wed Oct 20 23:21:34 2010 -0400

    doc/gconftool-2.1: Fix typo Fe*br*uary and remove a hyphen (Bug 686634)
    
    This patch was submitted to bug 600899 in the Debian BTS by Alfie Costa [1] and has been applied to the Debian package since 2010.
    
    [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600899
    [2] http://anonscm.debian.org/viewvc/pkg-gnome?view=revision&revision=25464
    
    Bugzilla: https://bugzilla.gnome.org/show_bug.cgi?id=686634

 doc/gconftool-2.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 884572336d84e80388ec809cd72dba56e693ca06
Author: Adrian Bunk <bunk@stusta.de>
Date:   Wed Aug 29 20:11:29 2012 +0300

    remove the obsolete debian/ from git
    
    It wasn't updated since 2000 and is quite different to the
    current Debian packaging.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=682963

 debian/changelog           |  75 ---------------------------------
 debian/control             |  22 ----------
 debian/copyright           |  13 ------
 debian/docs                |   3 --
 debian/libgconf10.files    |   8 ----
 debian/libgconf10.postinst |   7 ----
 debian/rules               | 102 ---------------------------------------------
 7 files changed, 230 deletions(-)

commit 4de9edd2b50686df32ae2b6d69b14c087c5aa73f
Author: Marko Lindqvist <cazfi74@gmail.com>
Date:   Mon Jan 7 03:44:39 2013 +0200

    configure.in: fix autoreconf with automake-1.13
    
    Remove long obsolete AM_PROG_CC_STDC. There's already proper
    AC_PROG_CC before it, and automake-1.13 errors out upon seeing it.
    
    Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=691264

 configure.in | 1 -
 1 file changed, 1 deletion(-)

commit 8c8a4aa0f304174b63f81a4cc171a37a44983206
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon Dec 31 12:19:12 2012 +0100

    Updated Spanish translation

 po/es.po | 106 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 52 insertions(+), 54 deletions(-)

commit eb11257a1aaeff846fcac40b7e67ebaa9e7cde88
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:   Thu Dec 27 23:57:15 2012 +0900

    [l10n] Update Japanese translation

 po/ja.po | 884 +++++++++++++++++++++------------------------------------------
 1 file changed, 294 insertions(+), 590 deletions(-)

commit 84884e9df7ce8c081a1c223c66a799b82545ff1e
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Oct 18 16:08:02 2012 -0400

    gconf-dbus: fix use after free
    
    gconf_engine_get_fuller is accessing freed memory.
    The problem is that it's referencing strings that are owned
    by a D-Bus message, and they go away when the D-Bus message is freed.
    
    This commit addresses the problem by duplicating the strings and
    freeing them later.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=667167

 gconf/gconf-dbus-utils.c | 10 +++++-----
 gconf/gconf-dbus.c       |  9 ++++++---
 2 files changed, 11 insertions(+), 8 deletions(-)

commit 44f85b6119149e2c4217b290bae489cf5fb290ad
Author: Simon Wagner <wagner.sim88@web.de>
Date:   Tue Oct 9 19:20:45 2012 +0200

    fix early bailout when using launchd on Mac OS X
    
    we did not check if DBUS_LAUNCHD_SESSION_BUS_SOCKET
    was set. If this environment variable exists, launchd
    will start the gconf daemon and we won't need a
    X server to start the daemon.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=685509

 gconf/gconf-internals.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8c0f2d3c33eb55414a7f97e6ebec0255527ff84e
Author: RÅ«dolfs Mazurs <rudolfsm@src.gnome.org>
Date:   Mon Sep 24 23:55:29 2012 +0300

    Updated Latvian translation

 po/lv.po | 481 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 238 insertions(+), 243 deletions(-)

commit b8a79a0ae7e9164ae708712ba4b72d548948a4b2
Author: Ani Peter <apeter@redhat.com>
Date:   Tue Sep 18 10:48:22 2012 +0530

    Updated Malayalam file

 po/ml.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 40f640a1a8edd913935bc8f017a58c92ad53480e
Author: Ani Peter <apeter@redhat.com>
Date:   Mon Sep 17 22:36:22 2012 +0530

    Updated Malayalam file

 po/ml.po | 661 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 380 insertions(+), 281 deletions(-)

commit 3e9d30b2346d96446536a0d3d3b49ab3b77f7749
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Sun Sep 16 13:18:25 2012 +0200

    Updated Spanish translation

 po/es.po | 249 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 127 insertions(+), 122 deletions(-)

commit 4518315be968acb18597ae0b837bbbcba015fb8d
Author: Piotr DrÄ…g <piotrdrag@gmail.com>
Date:   Sun Sep 2 23:29:17 2012 +0200

    Updated Polish translation

 po/pl.po | 262 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 130 insertions(+), 132 deletions(-)

commit 4b7be9ca75479716dde13be5b7664389bd04f837
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Tue Aug 14 16:22:29 2012 +0200

    Updated Galician translations
    
    Signed-off-by: Fran Diéguez <fran.dieguez@mabishu.com>

 po/gl.po | 298 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 147 insertions(+), 151 deletions(-)

commit dace7115e1768d5f15bf8eecee38e0273b3a580f
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu May 31 13:17:50 2012 +0200

    Updated Spanish translation

 po/es.po | 236 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 115 insertions(+), 121 deletions(-)

commit 7af3a275077501dae502ff8b7a768141ac1e01af
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:   Wed May 2 10:25:46 2012 +0300

    Updated Greek translation

 po/el.po | 1046 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 557 insertions(+), 489 deletions(-)

commit f62223decf63f342f0fec806284129f66c7c003a
Author: William Jon McCann <jmccann@redhat.com>
Date:   Wed Apr 25 15:00:17 2012 -0400

    Enable silent build by default

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit fc28caa7be8604e9a39bbe6b78fb79747860bb40
Author: William Jon McCann <jmccann@redhat.com>
Date:   Wed Apr 25 14:10:08 2012 -0400

    Try to use XDG config directory for settings storage
    
    And fallback to the original locations if it isn't found.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=674803

 doc/gconf/gconf.sgml    |  6 ++++--
 gconf/default.path.in   |  9 ++++++---
 gconf/gconf-internals.c | 40 ++++++++++++++++++++++++++++++++++++++++
 gconf/gconf.path        |  2 +-
 gconf/gconfd.c          | 10 +++-------
 5 files changed, 54 insertions(+), 13 deletions(-)

commit 226de65365e2d28e92457d54d6fbb5f4f54e94db
Author: William Jon McCann <jmccann@redhat.com>
Date:   Wed Apr 25 11:45:31 2012 -0400

    Make directories with parents in case they don't exist
    
    https://bugzilla.gnome.org/show_bug.cgi?id=646663

 gconf/gconfd.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 9de1fae218b3039408dce4325d30ce62ec4f66cf
Author: William Jon McCann <jmccann@redhat.com>
Date:   Wed Apr 25 11:38:35 2012 -0400

    Remove unused gconf_get_lock_dir function
    
    https://bugzilla.gnome.org/show_bug.cgi?id=646663

 gconf/gconf-internals.c | 13 -------------
 gconf/gconf-internals.h |  1 -
 2 files changed, 14 deletions(-)

commit 2bc03c3c9cf8972a3ef87b79c6e955e1843931e3
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Tue Apr 10 23:08:05 2012 +0200

    [l10n]Updated Catalan (Valencian) translation

 po/ca@valencia.po | 237 +++++++++++++++++++++++++++---------------------------
 1 file changed, 118 insertions(+), 119 deletions(-)

commit 97becbda98047adbbda2608d0517e368b22b4eae
Author: Jordi Serratosa <jordis@softcatala.cat>
Date:   Tue Apr 10 23:08:02 2012 +0200

    [l10n] Fixes on Catalan translation

 po/ca.po | 279 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 139 insertions(+), 140 deletions(-)

commit f18d4300ba9bc7adea8902ab14aaeb614066e4e3
Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
Date:   Tue Apr 3 22:31:33 2012 +0200

    Updated Esperanto translation

 po/eo.po | 243 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 122 insertions(+), 121 deletions(-)

commit f4dbd0613555bad21eb6b8d3e0cea6ce6f2f0586
Author: Rajesh Ranjan <rranjan@redhat.com>
Date:   Mon Mar 26 16:49:20 2012 +0530

    hindi translation by Chandan Kumar

 po/hi.po | 864 ++++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 527 insertions(+), 337 deletions(-)

commit badbd85c08210b116059f78124f584beae2c6a03
Author: Morn Met <mornmet@khmeros.info>
Date:   Tue Mar 20 11:31:12 2012 +0100

    Add initial Khmer translation

 po/LINGUAS |    1 +
 po/km.po   | 2762 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 2763 insertions(+)

commit 39299610083e0e7f9b44e62b7f4e51e89693cf89
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Mar 6 14:39:06 2012 -0500

    dbus: fix shutdown
    
    gconftool-2 wasn't properly shutting down gconfd, because
    it was trying to do it before connecting to the daemon.
    
    This commit makes sure that we always first try to connect to
    the daemon before asking it to shutdown.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=671490

 gconf/gconf-dbus.c | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 02f12f41b031a1c2672e7cf1cb8ebde58288c547
Author: Guido Günther <agx@sigxcpu.org>
Date:   Thu Feb 23 21:14:18 2012 +0100

    gsettings-schema-convert: Don't fail to convert lists without default element

 gsettings/gsettings-schema-convert | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

commit 0ddb0a41e0219a06b389050594de96a24a5c0c75
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Sat Mar 10 18:10:17 2012 -0500

    another day, another bump

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4afbbb52a81a3fe736ddc6edd5d0f11ca7c9727c
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Sat Mar 10 18:07:36 2012 -0500

    GConf 3.2.5

 NEWS | 8 ++++++++
 1 file changed, 8 insertions(+)