commit d07bdc367d0a7c7656e0d25655c29bb11ad38405
Author: Rob Bradford <rob@linux.intel.com>
Date:   Mon Aug 29 23:10:19 2011 +0100

    Release 3.1.90

 NEWS         |   14 ++++++++++++++
 configure.in |    2 +-
 2 files changed, 15 insertions(+), 1 deletions(-)

commit a69db9ac74f515e7134cbc3175469e8ea94058f9
Author: krishnababu k <kkrothap@redhat.ocm>
Date:   Mon Aug 29 21:07:39 2011 +0530

    Updated Telugu Translation

 po/te.po |  960 ++++++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 592 insertions(+), 368 deletions(-)

commit c5bf267db7f7626e003c98d0f521d173168bd383
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Mon Aug 29 19:16:36 2011 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po |  775 ++++++++++++++++++++++++++++++----------------------
 po/zh_TW.po |  872 +++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 959 insertions(+), 688 deletions(-)

commit d55241aba68c2579f2125d6b7192aece4ab651ff
Author: Takayoshi OKANO <kano@na.rim.or.jp>
Date:   Sun Aug 28 19:09:06 2011 +0900

    Updated Japanese translation

 po/ja.po |  370 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 217 insertions(+), 153 deletions(-)

commit e604bb6f1c0c9b161fa21329b23e13da1f6f4d6a
Author: Abduxukur Abdurixit <abdurixit@gmail.com>
Date:   Fri Aug 19 19:39:05 2011 +0200

    Added UG translation

 po/ug.po | 5474 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 2769 insertions(+), 2705 deletions(-)

commit 44e322aef6a0af4f35c1a5fb88c622634bd8bba9
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Mon Aug 15 11:49:46 2011 -0400

    GSettings migration: add --file argument
    
    Add a --file commandline argument to request running conversions from
    an extra file (in addition to the normal conversions).

 gsettings/gsettings-data-convert.c |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

commit e67d1582b0ddbfd191597032fee41ae9d468f2ec
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Mon Aug 15 11:41:58 2011 -0400

    GSettings migration: consult XDG_DATA_DIRS
    
    Instead of using the hardcoded compile-time DATADIR, consult
    XDG_DATA_DIRS.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=656262

 gsettings/gsettings-data-convert.c |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)

commit 7c3ab0f551118f50a993a79ce76fb5c9f028a040
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Mon Aug 15 11:34:50 2011 -0400

    GSettings migration: print better keyfile errors
    
    GKeyFile error messages don't have very good context.  Add some when we
    print the message to stderr.

 gsettings/gsettings-data-convert.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 4940cfd13fc9bed161ed26db1062c3e881baab27
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Mon Aug 15 11:29:34 2011 -0400

    GSettings migration: factor out dir handling
    
    Move the code that handles iterating over all the files in the
    conversion directory out of the main function and into its own.

 gsettings/gsettings-data-convert.c |  124 ++++++++++++++++++++----------------
 1 files changed, 68 insertions(+), 56 deletions(-)

commit ffe0aeb6d18a1a6a3b18cb4e504ac7d9d820086b
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Mon Aug 15 11:13:15 2011 -0400

    GSettings migration: use GHashTable, not strv
    
    Use a GHashTable to keep the list of already-converted keyfiles instead
    of a strv.

 gsettings/gsettings-data-convert.c |   98 +++++++++++++++++++++++++-----------
 1 files changed, 68 insertions(+), 30 deletions(-)

commit bea94f6f1d35fe175ec10d0928e686ee7e023e2b
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Wed Aug 10 11:21:43 2011 +0200

    GSettings migration: only write database on actual changes
    
    The database was being rewritten in all cases of timestamp changes on
    the migration scripts directory -- possibly even if a script had been
    removed since last run (or other reasons).
    
    Only rewrite the file if a new migration has actually been run.

 gsettings/gsettings-data-convert.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 0bdf55869a78c838edacfb4b2055de5597c9875d
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Wed Aug 10 11:12:32 2011 +0200

    GSettings migration: use time() as the timestamp
    
    Store the current system time as the timestamp in the database instead
    of the timestamp that we read from the directory containing the
    migration scripts.

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