commit 080ce501406be1bf821b39ed40c43aeffeb1fb2f Author: Matthias Clasen Date: Mon Oct 15 19:21:30 2012 -0400 2.34.1 NEWS | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) commit 344d98564bc5ef440d181315dff23e5d1a5c63f3 Author: Matthias Clasen Date: Mon Oct 15 19:48:44 2012 -0400 Add missing semicolons to gobject_probes.d Pointed out in https://bugzilla.gnome.org/show_bug.cgi?id=686119 gobject/gobject_probes.d | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 0015668d3950ac86a48aac0e2e2b423d80360295 Author: Marc-Antoine Perennou Date: Sat Oct 6 14:56:36 2012 +0200 gdbus-testserver: port to pygi Signed-off-by: Marc-Antoine Perennou https://bugzilla.gnome.org/show_bug.cgi?id=685608 gio/tests/gdbus-testserver.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit bb7c56dff8e0ff94404f5662d91046092eb28518 Author: Matthias Clasen Date: Mon Oct 15 19:34:36 2012 -0400 Add return-if-fail checks to g_application_hold/release This is our common practice for public API. https://bugzilla.gnome.org/show_bug.cgi?id=685208 gio/gapplication.c | 4 ++++ 1 file changed, 4 insertions(+) commit c8fb6f818777630c0b75eca92c159d0a20e22651 Author: Ryan Lortie Date: Mon Oct 15 19:28:28 2012 -0400 g_settings_bind: use canonical property name We were using the user-passed value of the @property argument for several purposes in g_settings_bind(): error messages, binding uniqueness (ie: one-binding-per-property-per-object) and most importantly, connecting to the detailed notify:: signal. The user may pass a string like "property_name" when the property's canonical name is "property-name". g_object_class_find_property() will find the property under these circumstances, but a connection to "notify::property_name" will not notice notifies emitted for "property-name". We can solve this by using the user's string to perform the lookup and then using pspec->name for everything after that. https://bugzilla.gnome.org/show_bug.cgi?id=684882 gio/gsettings.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit c03b542a9410bc6e73f552ed59a6de6470e3b33a Author: Arnel A. Borja Date: Fri Oct 12 09:58:05 2012 -0700 gtimezone: Indentation adn comment fixes glib/gtimezone.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) commit 04aead8a42f4964bccd9f33de9056c9e567c8b16 Author: John Ralls Date: Mon Sep 24 10:54:38 2012 -0700 Bug 631382 - GTimeZone support for zoneinfo version 1 glib/gtimezone.c | 62 ++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 42 insertions(+), 20 deletions(-) commit 1182423a8c64c5d481b87583895b032d4f1e3b4b Author: David Zeuthen Date: Wed Oct 3 11:20:51 2012 -0400 gdbus-codegen: Update tests for new inheritance-semantics for Since Signed-off-by: David Zeuthen gio/tests/test-codegen.xml | 2 -- 1 file changed, 2 deletions(-) commit 654d404af6e4628df72c68e218cf5afec0e120f9 Author: David Zeuthen Date: Wed Oct 3 11:07:57 2012 -0400 gdbus-codegen: make members of an interface inherit the "Since" annotation This is the expected (and sane) behavior - without this bug-fix you'd have to add "Since" to every member of a newly added D-Bus interface. Also show-case this in the codegen example. Signed-off-by: David Zeuthen .../gdbus-object-manager-example-sections.txt | 6 ++++++ gio/gdbus-2.0/codegen/dbustypes.py | 18 ++++++++++++------ .../gdbus-example-objectmanager.xml | 13 +++++++++++++ 3 files changed, 31 insertions(+), 6 deletions(-) commit ec82f610655f09bda21e9da1ce629762f72570df Author: Matthias Clasen Date: Sun Sep 30 19:24:13 2012 -0400 Really fix the leak Pointed out by Josselin Mouette. gio/glib-compile-resources.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 7f325939bae0a82f4d0f926f73f1002dbd4a0a11 Author: Matthias Clasen Date: Sun Sep 30 14:07:37 2012 -0400 Fix memory leaks in glib-compile resources Based on a patch by Josselin Mouette, https://bugzilla.gnome.org/show_bug.cgi?id=685069 gio/glib-compile-resources.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) commit 7c045e34238b9c9280bc77529f952ae5b8b581f2 Author: Matthias Clasen Date: Sun Sep 30 13:37:39 2012 -0400 Correct to docs for g_strcmp0 Don't promise to return -1 or 1 - we fall back to strcmp which does not guarantee this. https://bugzilla.gnome.org/show_bug.cgi?id=685037 glib/gtestutils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit f3f3f4a4120f2b828715933797220d3c594af0d1 Author: Žygimantas Beručka Date: Sun Sep 30 13:01:14 2012 +0300 Updated Lithuanian translation po/lt.po | 1263 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 637 insertions(+), 626 deletions(-) commit 685259dfea99c16bdd97f596af6548f83cb5669a Author: Benjamin Otte Date: Thu Sep 27 15:31:46 2012 +0200 Fix gdb script for new quark variable names ... and don't spam stderr with exceptions if someone renames things again. Last but not least, keep the old names as a fallback, so that LD_PRELOAD with an older libglib still works. glib/glib.py | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) commit 3d45854a580f35e191f89a567328b03009baf22a Author: Chun-wei Fan Date: Wed Sep 26 17:47:52 2012 +0800 Update config.h.win32(.in) and glibconfig.h.win32(.in) -Make config.h.win32(.in) have entries that more resembles the generated config.h.in -Move the ALIGNOF_* #define's from glibconfig.h.win32(.in) to config.h.win32(.in), where they were supposed to be. config.h.win32.in | 29 +++++++++++++++++++++++++++++ glib/glibconfig.h.win32.in | 4 ---- 2 files changed, 29 insertions(+), 4 deletions(-) commit 03658b1d123c69abdbde324b6ce43528e9a9e9cf Author: Chun-wei Fan Date: Wed Sep 26 15:42:53 2012 +0800 Visual C++ property sheet updates Make up for the missed GIO headers that need to be installed. build/win32/vs10/glib.props | 4 ++++ build/win32/vs9/glib.vsprops | 2 ++ 2 files changed, 6 insertions(+) commit d9b15f85a773fd93fa10b07ef1a08cf314ce4d09 Author: Carles Ferrando Date: Wed Sep 26 01:50:49 2012 +0200 [l10n] Updated Catalan (Valencian) translation po/ca@valencia.po | 795 +++++++++++++++++++++++++++--------------------------- 1 file changed, 399 insertions(+), 396 deletions(-) commit 51d32b23a4f048f6a380938f081d1504fa8484c7 Author: Luca Ferretti Date: Tue Sep 25 08:34:44 2012 +0200 [l10n] Updated Italian translation. po/it.po | 1511 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 801 insertions(+), 710 deletions(-) commit 89fa960677ec918d8b731ebf8732ab930bfecc5e Author: Petr Kovar Date: Mon Sep 24 18:23:18 2012 +0200 Update Czech translation po/cs.po | 1443 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 795 insertions(+), 648 deletions(-) commit 9fa86cf2173ed7e1c3cee7865167ef8870d4661b Author: Matthias Clasen Date: Sun Sep 23 22:39:20 2012 -0400 Bump version configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)