commit 83661af46a23a046a87f8d3e4464f5a70676a839 Author: Matthias Clasen Date: Fri Jan 28 21:09:52 2011 -0500 Enable silent rules by default configure.ac | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 2b6064760796e01d40fc41a605ba65826196f67a Author: Matthias Clasen Date: Fri Jan 28 21:06:03 2011 -0500 Update NEWS NEWS | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) commit a33aaad00c5e0ce135e34a3280f2560546fe7738 Author: Matthias Clasen Date: Fri Jan 28 20:50:43 2011 -0500 Fix GIO build on Solaris Major and minor are defined in sys/mkdev.h on Solaris Patch by Fabian Groffen https://bugzilla.gnome.org/show_bug.cgi?id=637013 configure.ac | 2 +- gio/gdbusmessage.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletions(-) commit 6fe2f5f11b5dee144658e25c2b152fa2f0edd7eb Author: Matthias Clasen Date: Fri Jan 28 12:26:23 2011 -0500 Prevent unused variable warnings from G_DEFINE_DYNAMIC_TYPE gobject/gtypemodule.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 3c59c38404894b09f1f67add89f7fbbbcb4f4ace Author: Dan Winship Date: Fri Jan 28 10:17:54 2011 -0500 Fix g_source_add_child_source docs https://bugzilla.gnome.org/show_bug.cgi?id=640823 glib/gmain.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit d4209c1c415766c8735eb08500cd7de450c7c09a Author: Ryan Lortie Date: Fri Jan 28 08:23:11 2011 -0500 GVariant: clear memory before releasing it Bug #640807 makes a reasonable case for why it's better to have your program crash outright in the case of memory errors. With this modification, GVariant is far more likely to do that in the case that a GVariant pointer is used shortly after being freed. glib/gvariant-core.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 8602a3a68212b54773f31e57bbe48189dacfcfd3 Author: Tobias Mueller Date: Thu Jan 27 15:14:31 2011 +0100 Fixed format string issue in a test, fixes bug 640725 glib/tests/markup-parse.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 069daa69f62c89c7957f22d3b5ccbe0420e51e8b Author: Matthias Clasen Date: Thu Jan 27 23:07:53 2011 -0500 Add testcase for bug 640695 glib/tests/Makefile.am | 1 + glib/tests/keyfile.c | 38 +++++++++++++++++++- glib/tests/pages.ini | 92 ++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 130 insertions(+), 1 deletions(-) commit 440e6f4a61e27ee95994cd6a57c9d977a4376755 Author: Benjamin Gilbert Date: Thu Jan 27 02:04:00 2011 -0500 Ensure g_key_file_load_from_file() strips a \r on a 4 KB boundary When g_key_file_parse_data() encountered \n, it was checking the previous character in the current input buffer for a \r to erase, rather than the previous character in the parse buffer. If g_key_file_load_from_file() was given a file with a \r\n sequence straddling a 4 KB boundary, the \n would be the first character in the input buffer, so the \r would not be properly stripped. Bug #640695. Found-by: Jan Harkes glib/gkeyfile.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit e644b29190aaec2cb2239d2541144e313e293020 Author: Matthias Clasen Date: Thu Jan 27 22:54:32 2011 -0500 Use g_set_error_literal where appropriate gio/gpollableinputstream.c | 4 ++-- gio/gpollableoutputstream.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) commit cc5578fbd73ac3845daaa098601640a41cc8586a Author: Matthias Clasen Date: Thu Jan 27 21:57:57 2011 -0500 Make load_user_special_dirs() resistant to nonexistent dirs glib/gutils.c | 26 ++++++++++++++++++-------- 1 files changed, 18 insertions(+), 8 deletions(-) commit 4f8a4f171ec3ad2d922ab890ac875dae4a1c49b8 Author: Matthias Clasen Date: Thu Jan 27 20:31:14 2011 -0500 Remove redundant definitions https://bugzilla.gnome.org/show_bug.cgi?id=640262 gio/gactiongroup.h | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) commit 4a8d9b68e38c8b2d09e426eb009ca6fadff5af86 Author: Matthias Clasen Date: Thu Jan 27 20:29:22 2011 -0500 Fail in a clean way if schema name is missing https://bugzilla.gnome.org/show_bug.cgi?id=640192 gio/gsettingsschema.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit d8ca6404229e5b64d2bf2e1a3660ad9fe7feefdd Merge: 73410f1 03b6b9f Author: Ryan Lortie Date: Thu Jan 27 11:45:04 2011 -0500 Merge remote branch 'gvdb/master' commit 73410f1176c276e244c172fd36037ada8db12a3d Author: Chao-Hsiung Liao Date: Thu Jan 27 18:51:55 2011 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 604 ++++++++++++++++++++++++++++++----------------------------- po/zh_TW.po | 604 ++++++++++++++++++++++++++++++----------------------------- 2 files changed, 620 insertions(+), 588 deletions(-) commit bdbfbd5ea314cf90168db3737ef64d5399ecd591 Author: Kjartan Maraas Date: Thu Jan 27 11:13:12 2011 +0100 Updated Norwegian bokmål translation. po/nb.po | 597 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 314 insertions(+), 283 deletions(-) commit cddf27de94be3fa3f0ec7b52640c52b2e5479064 Author: Fran Diéguez Date: Thu Jan 27 00:37:03 2011 +0100 QA of Galician translations po/gl.po | 198 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 103 insertions(+), 95 deletions(-) commit 03b6b9fb9775387c3ec5eedb9e5d2152d6468147 Author: Ryan Lortie Date: Tue Jan 25 18:26:21 2011 -0500 Mark a symbol as G_GNUC_INTERNAL gvdb-reader.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 1e5916ffae7bfaf041df454677562aec4557e21c Author: Yaron Shahrabani Date: Sun Jan 23 02:44:15 2011 +0200 Updated Hebrew translation. po/he.po | 448 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 232 insertions(+), 216 deletions(-) commit 816e6541d6680028a19865e68db0aa0cafc20f8c Author: Alexander Shopov Date: Sat Jan 22 22:43:52 2011 +0200 Updated Bulgarian translation po/bg.po | 1020 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 577 insertions(+), 443 deletions(-) commit 59fd6f184a5ccd2002a0043bbe13c06cb59515fd Author: Jorge González Date: Sat Jan 22 16:50:48 2011 +0100 Updated Spanish translation po/es.po | 582 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 308 insertions(+), 274 deletions(-) commit 9f0c592b9c5f9ac57d3454f02ffa92e98001ceaf Author: Emilio Pozuelo Monfort Date: Sat Jan 22 15:36:13 2011 +0000 Bump PCRE minimum version https://bugzilla.gnome.org/show_bug.cgi?id=640261 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit acc295e292406e15e35bdab08b97c9f4409c16fc Author: Matthias Clasen Date: Sat Jan 22 09:52:33 2011 -0500 Bump version configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)