commit 978571d854922d12050e17d618e747ebdb4ff0a8 Author: Colin Walters Date: Sun Mar 17 18:33:59 2013 -0400 g_file_copy(): Ensure G_FILE_COPY_OVERWRITE preserves permissions We need to close the stream *before* applying the file modes, because g_file_replace() allocates a temporary file. At the moment we're applying the modes to the extant file, then immediately rename()ing over it with the default perms. This regressed with commit 166766a89fcd173dcd6ffda11f902029928f7f28. The real fix here is to have g_file_create_with_info() so that we can atomically create a file with the permissions we want. https://bugzilla.gnome.org/show_bug.cgi?id=696014 gio/gfile.c | 15 +++++++------- gio/tests/file.c | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+), 7 deletions(-) commit ef2aa88a4f5febd34e89b0101872d513c78ca7f5 Author: Ani Peter Date: Mon Mar 25 23:08:52 2013 +0530 Completed for Malayalam po/ml.po | 6115 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 3377 insertions(+), 2738 deletions(-) commit d428084e4e3ab30fe56b77579c817fa2f8cf7c13 Author: A S Alam Date: Mon Mar 25 22:50:00 2013 +0530 Punjabi: Translation updated (aalam) po/pa.po | 393 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 195 insertions(+), 198 deletions(-) commit 9d1a4343b1427ce5f70c5b27dd3b77b4b6451182 Author: Krishnababu Krothapalli Date: Mon Mar 25 15:26:55 2013 +0530 Updated Telugu Translations po/te.po | 855 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 440 insertions(+), 415 deletions(-) commit 21c99744ff723cd58133eb62e81637d5b7983e72 Author: Krishnababu Krothapalli Date: Wed Nov 28 16:06:58 2012 +0530 Updated Telugu Translations po/te.po | 822 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 417 insertions(+), 405 deletions(-) commit 09fcd1a2dfcb961cc5030377f71cd4febce0fed7 Author: Murray Cumming Date: Mon Mar 25 10:16:49 2013 +0100 Corrected some GLIB_AVAILABLE_IN_* gio/gsocketclient.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit c63d7ce89f60b67eed8e723cfd14d3bb1378244e Author: Petr Kovar Date: Sun Mar 24 20:20:55 2013 +0100 Update Czech translation po/cs.po | 1395 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 701 insertions(+), 694 deletions(-) commit beae47d838d7e7912ea7716ba4177f286c95a270 Author: Guido Günther Date: Sat Mar 23 12:41:15 2013 +0100 Init padding to NULL to avoid a missing initializer warning like sessionmanager-presence-generated.c:920:1: warning: missing initializer [-Wmissing-field-initializers] sessionmanager-presence-generated.c:920:1: warning: (near initialization for ‘_org_gnome_session_manager_presence_skeleton_vtable.padding’) [-Wmissing-field-initializers] https://bugzilla.gnome.org/review?bug=696108 gio/gdbus-2.0/codegen/codegen.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 82f29a0204b07e92889f49a7ed215c2ffd0c2755 Author: Yuri Myasoedov Date: Sat Mar 23 21:12:04 2013 +0400 Updated Russian translation po/ru.po | 1347 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 688 insertions(+), 659 deletions(-) commit 159e923d168ed23153e5ef3b2c5ac423e4f8563f Author: Jiro Matsuzawa Date: Sat Mar 23 19:10:01 2013 +0900 [l10n] Update Japanese translation po/ja.po | 148 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 72 insertions(+), 76 deletions(-) commit 05b3787cda1afb14946929e2aef64b62bce08225 Author: ManojKumar Giri Date: Fri Mar 22 18:26:42 2013 +0530 Updated Odia Language along with FUEL implementation po/or.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit fe6e7f7bc6bd9cff32efe00d0c288ac15e37bb82 Author: ManojKumar Giri Date: Fri Mar 22 18:22:51 2013 +0530 Updated Odia Language along with FUEL implementation po/or.po | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit 8431ae42b46eb68267f001a9f2c628e09c8c09c8 Author: ManojKumar Giri Date: Fri Mar 22 18:11:16 2013 +0530 Updated Odia Language along with FUEL implementation po/or.po | 1453 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 717 insertions(+), 736 deletions(-) commit 7f7154ac495012e0022e18ba2dbfabec6a3ee998 Author: Sweta Kothari Date: Fri Mar 22 16:26:24 2013 +0530 Updated gujarati file po/gu.po | 112 ++++++++++++++++++++++++--------------------------------------- 1 file changed, 42 insertions(+), 70 deletions(-) commit 48e4d01473760d15501097a49b844e9bd69d7fff Author: Sandeep Sheshrao Shedmake Date: Fri Mar 22 15:46:01 2013 +0530 Updated Marathi Translations po/mr.po | 1349 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 693 insertions(+), 656 deletions(-) commit 14fe1ae7b387e6af9ad6a876c3f53ef598bb7dd6 Author: Shantha kumar Date: Fri Mar 22 15:17:35 2013 +0530 Tamil Translations Updated po/ta.po | 683 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 353 insertions(+), 330 deletions(-) commit e4eaa14a8eb9ad3f720bb794f8dfef2ae56a2285 Author: Murray Cumming Date: Thu Mar 21 13:10:36 2013 +0100 Corrected a GLIB_AVAILABLE_IN_* glib/gvariant.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a3de65afee7c9eb4519efd51cf0c256d41e6be47 Author: Rajesh Ranjan Date: Thu Mar 21 14:58:09 2013 +0530 hindi translation po/hi.po | 1400 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 698 insertions(+), 702 deletions(-) commit dd0ea5dcc2f7de16d23603ddee93db6c0367d689 Author: Tristan Van Berkom Date: Wed Jan 16 16:26:08 2013 +0900 Added examples to GTestDBus documentation docs/reference/gio/migrating-gdbus.xml | 4 ++ gio/gtestdbus.c | 75 +++++++++++++++++++++++++++++ gio/tests/gdbus-test-fixture.c | 86 ++++++++++++++-------------------- 3 files changed, 114 insertions(+), 51 deletions(-) commit 7081635b7fe372d2aad418724a99591307cd4bfb Author: Gabor Kelemen Date: Thu Mar 21 00:22:58 2013 +0100 Updated Hungarian translation po/hu.po | 1549 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 797 insertions(+), 752 deletions(-) commit ed95b01d896196ca1ee63a9354238ea6c5320d00 Author: Inaki Larranaga Murgoitio Date: Wed Mar 20 09:35:28 2013 +0100 Updated Basque language po/eu.po | 2009 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 1107 insertions(+), 902 deletions(-) commit 9f758c29b2f396f43324437ad23cbfd30d19afd4 Author: Victor Ibragimov Date: Tue Mar 19 22:30:07 2013 +0100 [l10n] Added Tadjik translation po/LINGUAS | 1 + po/tg.po | 4162 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 4163 insertions(+)