commit 1d6cd4b1b3761dbeb887538a2417456c1611585f Author: Ryan Lortie Date: Wed Aug 7 16:41:40 2013 +0200 GLib 2.36.4 NEWS | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) commit f5163fea0da1d7dc692aea5be72893f5b81a1e36 Author: Chun-wei Fan Date: Wed Jul 17 16:45:50 2013 +0800 Visual Studio Builds: "Install" gdbus-codegen build/win32/vs10/glib.props | 7 +++++++ build/win32/vs9/glib.vsprops | 4 ++++ 2 files changed, 11 insertions(+) commit f4fb40a0f5cf1e975b7af3dbe31066a44bd9ceed Author: Yuri Myasoedov Date: Sun Aug 4 09:26:42 2013 +0400 Updated Russian translation po/ru.po | 316 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 157 insertions(+), 159 deletions(-) commit 2d3837563f1087cf00630fc1d4126af7a5f25ebf Author: Dan Winship Date: Tue Jun 4 17:29:55 2013 -0300 gnetworkmonitornetlink: handle default route via device If the default route is via a device rather than a particular IP address, then neither RTA_DST nor RTA_GATEWAY will be present in the RTM_NEWROUTE message, and so GNetworkMonitorNetlink would ignore it, and then think there was no default route. (This could happen with certain kinds of VPNs, if they were set to route all traffic through the VPN.) Fix this by recognizing routes that specify RTA_OIF ("output interface") instead of RTA_GATEWAY. https://bugzilla.gnome.org/show_bug.cgi?id=701609 (cherry picked from commit c08ef6c165c6935f257d3fb98c049be50e3816da) gio/gnetworkmonitornetlink.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) commit 6d8ee5ef409f4497d18aa1676eef886184dd5d03 Author: Sandeep Sheshrao Shedmake Date: Tue Jul 23 10:34:27 2013 +0530 Updated Marathi localization po/mr.po | 361 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 174 insertions(+), 187 deletions(-) commit e1c950bda7b2b3714093a9cab0de7e2bfa721964 Author: Christian Kirbach Date: Sun Jul 14 12:22:18 2013 +0200 Updated German translation po/de.po | 528 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 271 insertions(+), 257 deletions(-) commit 5518ee2d5a6b567ba7d8492b57b0bfcd436b9832 Author: Gil Forcada Date: Fri Jul 5 02:27:05 2013 +0200 [l10n] Update Catalan translation po/ca.po | 364 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 181 insertions(+), 183 deletions(-) commit 27fc015cb92add86fd2a8dd5df467ff484059cc1 Author: Andika Triwidada Date: Tue Jul 2 20:18:49 2013 +0700 Updated Indonesian translation po/id.po | 242 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 114 insertions(+), 128 deletions(-) commit baf4f9d43f2223a22ef93c52e9174e1809fda57b Author: Rafael Ferreira Date: Fri Jun 28 17:24:50 2013 -0300 Updated Brazilian Portuguese translation po/pt_BR.po | 348 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 172 insertions(+), 176 deletions(-) commit 81590baa2a43d1d804d21e6d28231a5f743c7ae1 Author: Мирослав Николић Date: Tue Jun 25 23:25:32 2013 +0200 Updated Serbian translation po/sr.po | 262 +++++++++++++++++++++++++++------------------------------ po/sr@latin.po | 262 +++++++++++++++++++++++++++------------------------------ 2 files changed, 250 insertions(+), 274 deletions(-) commit 05d430065da918051a97e3384c4b2252af47503d Author: Colin Walters Date: Thu Jun 20 13:13:29 2013 -0400 Revert "g_file_set_contents(): don't fsync on ext3/4" We didn't actually do any real-world testing of this, and unsurprisingly it turns out to break in at least one widely-used configuration (Fedora 19 x86_64, ext4 on LVM). This reverts commit 9d0c17b50102267a5029b58b1f44efbad82d8f03. https://bugzilla.gnome.org/show_bug.cgi?id=701560 glib/gfileutils.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) commit 5747064ecb1d9c89ff13f9ef6f2462a2d4fbb129 Author: Chun-wei Fan Date: Thu Jun 20 15:48:32 2013 +0800 Add MSVC Projects for Utility Programs Build and "install" the gio-querymodules and gdbus utility programs so that the Visual Studio builds of GLib is more comprehensive. The Python scripts for the GDBus codegen will be added to "installation" later. build/win32/vs10/Makefile.am | 4 + build/win32/vs10/gdbus.vcxproj | 180 +++++++++++++++++++++ build/win32/vs10/gdbus.vcxproj.filters | 14 ++ build/win32/vs10/gio-querymodules.vcxproj | 184 ++++++++++++++++++++++ build/win32/vs10/gio-querymodules.vcxproj.filters | 14 ++ build/win32/vs10/glib.props | 4 + build/win32/vs10/glib.sln | 36 +++++ build/win32/vs10/install.vcxproj | 8 + build/win32/vs11/Makefile.am | 4 + build/win32/vs9/Makefile.am | 2 + build/win32/vs9/gdbus.vcproj | 155 ++++++++++++++++++ build/win32/vs9/gio-querymodules.vcproj | 155 ++++++++++++++++++ build/win32/vs9/glib.sln | 49 ++++++ build/win32/vs9/glib.vsprops | 2 + 14 files changed, 811 insertions(+) commit 1f8026f8f8e700aa73844a159ac4cd8e1b2a4994 Author: Chun-wei Fan Date: Thu Jun 20 15:43:32 2013 +0800 Update Visual Studio Projects Make all projects settings use the MultiByte character set when building GLib to improve consistency. build/win32/vs10/glib-compile-resources.vcxproj | 4 ++-- build/win32/vs10/glib-compile-schemas.vcxproj | 4 ++-- build/win32/vs10/glib-genmarshal.vcxproj | 4 ++-- build/win32/vs10/gresource.vcxproj | 4 ++-- build/win32/vs10/gsettings.vcxproj | 4 ++-- build/win32/vs9/glib-compile-resources.vcproj | 4 ++-- build/win32/vs9/glib-compile-schemas.vcproj | 4 ++-- build/win32/vs9/glib-genmarshal.vcproj | 4 ++-- build/win32/vs9/gresource.vcproj | 4 ++-- build/win32/vs9/gsettings.vcproj | 4 ++-- 10 files changed, 20 insertions(+), 20 deletions(-) commit 20c630bde60da5723848cad76fdb5b876510b1fc Author: A S Alam Date: Fri Jun 14 10:05:56 2013 -0500 update Punjabi Translation po/pa.po | 349 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 172 insertions(+), 177 deletions(-) commit aeafbc8a22322298218a2d0a1d023859bc2969b5 Author: Matej Urbančič Date: Thu Jun 13 21:23:22 2013 +0200 Updated Slovenian translation po/sl.po | 255 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 126 insertions(+), 129 deletions(-) commit 0729dac2315560ed9bda39c6d3844824011cb227 Author: Daniel Mustieles Date: Thu Jun 13 13:06:53 2013 +0200 Updated Spanish translation po/es.po | 349 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 172 insertions(+), 177 deletions(-) commit 9c4d28406127ce5bc6a7ec7fe3739161c0c61c8f Author: Aurimas Černius Date: Wed Jun 12 23:14:03 2013 +0300 Updated Lithuanian translation po/lt.po | 252 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 124 insertions(+), 128 deletions(-) commit 1f00f3d74077fe9e48e49966eea6787793724e03 Author: Shankar Prasad Date: Tue Jun 11 11:54:17 2013 +0530 updated kn translations po/kn.po | 431 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 213 insertions(+), 218 deletions(-) commit 5d41dd9a1f5b54daac8616207cde67855f4c9205 Author: Marek Černocký Date: Mon Jun 10 21:31:00 2013 +0200 Updated Czech translation po/cs.po | 398 ++++++++++++++++++++++++++++----------------------------------- 1 file changed, 175 insertions(+), 223 deletions(-) commit 6238fb8db5f2e4d94bc2a1eb0eec24c75e3cc194 Author: Piotr Drąg Date: Mon Jun 10 20:32:57 2013 +0200 Updated Polish translation po/pl.po | 246 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 114 insertions(+), 132 deletions(-) commit 5e987336eeafe975cbbb6d61e87351dd6699aba1 Author: Nilamdyuti Goswami Date: Mon Jun 10 15:18:23 2013 +0530 Assamese translation updated po/as.po | 349 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 172 insertions(+), 177 deletions(-) commit c2525c45082c23f249c284ede485705abdef6fdd Author: Fran Diéguez Date: Mon Jun 10 10:18:02 2013 +0200 Updated Galician translations po/gl.po | 349 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 173 insertions(+), 176 deletions(-) commit 8bd53990e1a60d1f47d04486813690abea75b5c7 Author: Matthias Clasen Date: Sun Jun 9 20:15:13 2013 -0400 Bump version configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)