commit afbcc71b71343b5a16dc8873c2ac7b9ca7dd801a Author: Sebastian Pölsterl Date: Mon Apr 18 18:06:56 2011 +0200 Release 2.28.4 NEWS | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletions(-) commit 4643bcad5845f5ec3dd9961616e3ed3b0946001f Author: Sebastian Pölsterl Date: Sat Apr 16 16:02:05 2011 +0200 [gi] Don't create variant twice gi/overrides/GLib.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 0e9e4ec7c28ac4564e15283636adc8b7bc1a83be Author: Sebastian Pölsterl Date: Fri Apr 15 16:14:43 2011 +0200 pygi-convert.sh: Make sure the uppercase GObject module is imported instead of the lowercase https://bugzilla.gnome.org/show_bug.cgi?id=647736 pygi-convert.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit dfe95b9ec598b57deaabd98ab488ab054a44ec09 Author: Sebastian Pölsterl Date: Fri Apr 15 15:58:53 2011 +0200 [gi] Removed hack to avoid using GLib.Variant.new_variant. The bug in the annotations of GLib is fixed now. https://bugzilla.gnome.org/show_bug.cgi?id=639952 https://bugzilla.gnome.org/show_bug.cgi?id=647796 gi/overrides/GLib.py | 14 +------------- 1 files changed, 1 insertions(+), 13 deletions(-) commit cfccd55128377864e3a42a64785637bd453621b2 Author: Sebastian Pölsterl Date: Fri Apr 15 15:58:31 2011 +0200 [gi] Added additional test case for GVariant handling tests/test_overrides.py | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) commit 666ec192a4369e2fae508261a7a81b34326fc227 Author: Sebastian Pölsterl Date: Mon Apr 11 18:34:31 2011 +0200 [gi] Added support for GVariant arguments This is required in order for the "g-signal" signal of GDBusProxy to work properly and thus to properly receive DBus signals with any type of argument. https://bugzilla.gnome.org/show_bug.cgi?id=647477 gi/pygi-argument.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit cc0e8423f36486d15f751bd3c14351edda28538d Author: Steve Frécinaux Date: Mon Apr 4 21:12:18 2011 +0200 Fix ABI break in old static bindings. Commit 84d6142c14a7ebfb7284d3db52e14d3393f93905 (Always register a new GType when a GObject class is subclassed) breaks the more advanced usage of PyGObject with regards to "metaclass hackery" as used in for example the kiwi and sqlkit projects. But the users of the gi-based bindings now rely on the new behaviour. We fix this by restraining the systematical registering of new types to the new gi-based bindings, leaving the old pygtk ones untouched. https://bugzilla.gnome.org/show_bug.cgi?id=646437 gi/types.py | 9 +++++++++ gobject/__init__.py | 16 +++++++++------- 2 files changed, 18 insertions(+), 7 deletions(-) commit b0e499744d337adc608e2aa8996469bca2df044a Author: Mike Gorse Date: Sat Apr 2 18:45:40 2011 -0500 fetch size from an enum type Do not assume that an enum is returned as a long; treat it as an int if the type indicates that its size is that of an int. http://bugzilla.gnome.org/show_bug.cgi?id=646581 gi/pygi-argument.c | 25 ++++++++++++++++++++++--- 1 files changed, 22 insertions(+), 3 deletions(-) commit 4f59bee3a875eb71b8c9adce855b9addc965fe3b Author: Dieter Verfaillie Date: Tue Mar 22 20:47:51 2011 +0100 dsextras.py: ensure eol characters are preserved when writing template files (so \n does not become \r\n) dsextras.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b7a6f884e9ea5946691dd661b79e3094b6e1b34c Author: John (J5) Palmieri Date: Thu Mar 24 12:10:47 2011 -0400 release 2.28.3 NEWS | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) commit 99689e2849a9df78980c9d25d9ddabc1e95f1252 Author: John (J5) Palmieri Date: Thu Mar 24 12:08:10 2011 -0400 Revert "dsextras.py: ensure eol characters are preserved when writing template files (so \n does not become \r\n)" This reverts commit 27496e0e86e7d8798caf019fd09af5c6a30ec633. dsextras.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 27496e0e86e7d8798caf019fd09af5c6a30ec633 Author: Dieter Verfaillie Date: Tue Mar 22 20:47:51 2011 +0100 dsextras.py: ensure eol characters are preserved when writing template files (so \n does not become \r\n) dsextras.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b7449d63e0c1bdfb5acbd8c5ec073711441301b9 Author: Dieter Verfaillie Date: Tue Mar 22 11:35:44 2011 +0100 dsextras.py: remove \r as wel as \n character dsextras.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)