commit 766dec9670a40035cee456e8776947085fc50814 Author: Ryan Lortie Date: Tue Feb 19 09:29:28 2013 +0000 GLib 2.35.8 NEWS | 35 +++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) commit 4e975bfc9e3268ec271480bed89091ad2d4290db Author: Мирослав Николић Date: Mon Feb 18 10:43:49 2013 +0100 Updated Serbian translation po/sr.po | 2 +- po/sr@latin.po | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 7c3b4617cfb58cc51e78e9f9a729b6e89130818b Author: Мирослав Николић Date: Mon Feb 18 10:38:38 2013 +0100 Updated Serbian translation po/sr.po | 275 ++++++++++++++++++++++++++++---------------------------- po/sr@latin.po | 275 ++++++++++++++++++++++++++++---------------------------- 2 files changed, 272 insertions(+), 278 deletions(-) commit c910c3e7a319db88749418cedbebe05fbe1b9324 Author: Alexander Larsson Date: Mon Feb 18 10:30:29 2013 +0100 GNetworkAddress: Build if AI_NUMERICSERV not defined This is not defined on all Win32 SDKs and in some unixes. If its not defined its safe to just ignore it though. gio/gnetworkaddress.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) commit d175fae8d5226cd2f24454c1fa6cc3ca6ba317ce Author: Piotr Drąg Date: Sun Feb 17 16:49:40 2013 +0100 Updated Polish translation po/pl.po | 56 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) commit 4061a96cc182453bb8c6f0c958d2461f64db8a11 Author: Dan Winship Date: Sun Feb 17 09:54:11 2013 -0500 GSimpleProxyResolver: add missing include string.h was getting pulled in by something else on Linux, but not elsewhere gio/gsimpleproxyresolver.c | 1 + 1 file changed, 1 insertion(+) commit c78d0e9ac4d9f08b37af946486c3e6db894ac168 Author: Dan Winship Date: Fri Feb 15 10:39:19 2013 -0500 GSocketClient: add missing NULL to g_object_set() call gio/gsocketclient.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) commit e4695bd6f547a05f335f43038787873242f264cb Author: Thomas Perl Date: Sun Feb 10 00:16:49 2013 +0100 docs/reference/glib/cross.xml: Fix typo: yes/np -> yes/no https://bugzilla.gnome.org/show_bug.cgi?id=693502 docs/reference/glib/cross.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 8a77f7bb181f3341a6866cd0e64779c35b3a3f61 Author: Dan Winship Date: Wed Dec 12 16:12:09 2012 +0100 gnetworkaddress: preserve IPv6 scope ID in IP literals If a GNetworkAddress is created with a hostname like "fe80::xxx%em1", make sure that the scope_id corresponding to "em1" is present in the GSocketAddresses it returns when used as a GSocketConnectable. https://bugzilla.gnome.org/show_bug.cgi?id=684404 gio/gnetworkaddress.c | 88 ++++++++++++++++++++++++++++++++-------------- gio/tests/inet-address.c | 38 ++++++++++++++++++++ 2 files changed, 100 insertions(+), 26 deletions(-) commit a44a3cc15091a2f6ba13bfede5dbdfc4215715cb Author: Dan Winship Date: Thu Feb 14 18:06:41 2013 -0500 GSimpleProxyResolver: fix for the case where the default proxy is NULL gio/gsimpleproxyresolver.c | 2 ++ 1 file changed, 2 insertions(+) commit afc0a7257584467394bd3fb8c04918646ac34a88 Author: Piotr Drąg Date: Fri Feb 15 13:45:35 2013 +0100 Updated POTFILES.in po/POTFILES.in | 1 + 1 file changed, 1 insertion(+) commit cb40853eaebe0adcad8ca9baa8c7f1d0a3d75721 Author: Jasper St. Pierre Date: Fri Feb 15 05:39:20 2013 -0500 More doc fixes gio/gasyncresult.h | 2 +- gio/gmenumodel.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) commit 3522567519facaaea24c4dc3414bb69cecb2b0ec Author: Jasper St. Pierre Date: Fri Feb 15 05:35:05 2013 -0500 gmenumodel: Fix documentation gio/gmenumodel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ee17a54c289b8be286a54c594cff5c2d46345054 Author: Dan Winship Date: Sat Jan 26 09:54:03 2013 -0500 GSimpleProxyResolver: new simple GProxyResolver class Add GSimpleProxyResolver, for letting people do static proxy resolution, and to use as a base class for other resolvers (such as GProxyResolverGnome). https://bugzilla.gnome.org/show_bug.cgi?id=691105 docs/reference/gio/gio-docs.xml | 1 + docs/reference/gio/gio-sections.txt | 20 ++ docs/reference/gio/gio.types | 1 + gio/Makefile.am | 8 +- gio/gio.h | 1 + gio/gsimpleproxyresolver.c | 593 +++++++++++++++++++++++++++++++++++ gio/gsimpleproxyresolver.h | 91 ++++++ gio/tests/.gitignore | 1 + gio/tests/Makefile.am | 1 + gio/tests/simple-proxy.c | 236 ++++++++++++++ 10 files changed, 950 insertions(+), 3 deletions(-) commit 7c49869eaef4d49c57bbdf4e95989e4d8f864623 Author: Dan Winship Date: Sun Jan 27 13:53:36 2013 -0500 GSocketClient: add proxy-resolver property Add a proxy-resolver property to GSocketClient, to allow overriding proxy resolution in situations where you need to force a particular proxy rather than using the system defaults. https://bugzilla.gnome.org/show_bug.cgi?id=691105 docs/reference/gio/gio-sections.txt | 2 + gio/gproxyaddressenumerator.c | 43 ++++++++-- gio/gsocketclient.c | 113 +++++++++++++++++++++++-- gio/gsocketclient.h | 5 ++ gio/tests/proxy-test.c | 154 +++++++++++++++++++++++++++++++++-- 5 files changed, 302 insertions(+), 15 deletions(-) commit d200208d2b8bad7babdd56f4ec6fcae1589e142b Author: Simon McVittie Date: Wed Feb 13 20:42:58 2013 +0000 g_dbus_address_escape_value: add This is a GLib reimplementation of dbus_address_escape_value(). It's useful if you want to construct a D-Bus address from pieces: for instance, if you have a listening Unix socket whose path is known, and you want to connect a D-Bus peer to it. Bug: https://bugzilla.gnome.org/show_bug.cgi?id=693673 Reviewed-by: Colin Walters [amended to add Since: 2.36 as per review] Signed-off-by: Simon McVittie gio/gdbusaddress.c | 47 +++++++++++++++++++++++++++++++++++++++++++ gio/gdbusaddress.h | 3 +++ gio/tests/gdbus-addresses.c | 24 ++++++++++++++++++++++ 3 files changed, 74 insertions(+) commit 035cd81477ca9dc3061ff056c269fee28aab89c3 Author: Stef Walter Date: Wed Feb 13 07:20:43 2013 +0100 gio: Fix annotations on g_[async_]initable_new() and friends These return a GObject even though in C it's represented as a gpointer https://bugzilla.gnome.org/show_bug.cgi?id=693694 gio/gasyncinitable.c | 4 ++-- gio/ginitable.c | 9 ++++++--- 2 files changed, 8 insertions(+), 5 deletions(-) commit 23d6d1769bc95eba6029dae4593755154c320cf4 Author: Matthias Clasen Date: Sun Feb 10 11:42:58 2013 -0500 Fix the build on Solaris Make the btrfs support explicitly linux-only, as that is what it is. With this, there's no need anymore to check for sys/ioctl.h either. https://bugzilla.gnome.org/show_bug.cgi?id=692829 configure.ac | 1 - gio/gfile.c | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) commit 27ecab75538a47ed89b78b4c212d870a9be60bac Author: Aleksander Morgado Date: Thu Feb 7 10:54:24 2013 +0100 gdbusobjectmanagerclient: always connect to proxy's 'g-signal' If we don't connect to the control proxy's 'g-signal' signal, we won't have 'object-added' or 'object-removed' signals. So, connect to the 'g-signal' not only when there already is a name-owner, but always. https://bugzilla.gnome.org/show_bug.cgi?id=693285 gio/gdbusobjectmanagerclient.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) commit f9d6dcac0b0bdd30a19cb81dfde96264570bc815 Author: Wouter Bolsterlee Date: Sat Feb 9 17:50:16 2013 +0100 Updated Dutch translation po/nl.po | 94 +++++++++++++++++++------------------------------------------- 1 file changed, 28 insertions(+), 66 deletions(-) commit ff9b0875d04267d7a42db9f3885bcea42faef421 Author: Rachid Date: Sat Feb 9 17:41:59 2013 +0100 Updated Dutch translation po/nl.po | 6318 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 3442 insertions(+), 2876 deletions(-) commit d7c8eda18676dbb1e6743ef46b3bbfe00cdbb578 Author: Ryan Lortie Date: Thu Feb 7 14:05:28 2013 -0500 tests: comment out asserts in dynamic type tests We have some testcases that assert that type modules are unloaded after the last reference on them is dropped. Comment out those asserts now that we turned the last unref into a no-op. https://bugzilla.gnome.org/show_bug.cgi?id=693351 tests/gobject/defaultiface.c | 6 ++++++ tests/gobject/dynamictype.c | 4 ++++ 2 files changed, 10 insertions(+) commit 72df62600d1ab473125b6e8beb998e71aa63701e Author: Ryan Lortie Date: Thu Feb 7 13:50:16 2013 -0500 disable support for unloading of dynamic types Experimentally disable the ability to unload dynamic types by refusing to drop the last reference on types (effectively turning the type unloading into dead code). The plan is to leave things like this for a stable cycle and only proceed with removing the code if we are sure that there are no unforeseen problems. https://bugzilla.gnome.org/show_bug.cgi?id=693351 gobject/gtype.c | 8 ++++++++ 1 file changed, 8 insertions(+) commit 2f61a877d8e8e1311d905ab374e421ed0f37c3b7 Author: Dan Winship Date: Thu Feb 7 08:41:00 2013 -0500 build: fix configure arpa/nameser.h test for Solaris https://bugzilla.gnome.org/show_bug.cgi?id=692827 configure.ac | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) commit 5b2c87538d09422c2aad61bb42400907c521ec4e Author: Fran Diéguez Date: Wed Feb 6 18:20:41 2013 +0100 Updated Galician translations po/gl.po | 518 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 259 insertions(+), 259 deletions(-)