[pygobject] Release 3.3.1



commit d3977266faadacd3d05705497c1cf51a01a6606f
Author: Martin Pitt <martinpitt gnome org>
Date:   Mon Apr 30 16:08:09 2012 +0200

    Release 3.3.1

 NEWS |   66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 66 insertions(+), 0 deletions(-)
---
diff --git a/NEWS b/NEWS
index a6aa6c0..34e70b0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,69 @@
+3.3.1   30-Apr-2012
+	- GSettings: allow extra keyword arguments (Giovanni Campagna)
+	  (#675105)
+	- pygtkcompat: Correct Userlist module use (Jose Rostagno) (#675084)
+	- Add release-news make rule (Martin Pitt)
+	- Add "make check.nemiver" target (Martin Pitt)
+	- Test flags and enums in GHash values (Martin Pitt) (#637466)
+	- tests: Activate test_hash_in and apply workaround (Martin Pitt)
+	  (#666636)
+	- Add special case for Gdk.Atom array entries from Python (Martin Pitt)
+	  (#661709)
+	- test_gdbus: Call GetConnectionUnixProcessID() with correct signature
+	  (Martin Pitt) (#667954)
+	- Add test case for Gtk.ListStore custom sort (Martin Pitt) (#674475)
+	- GTK overrides: Add missing keyword arguments (Martin Pitt) (#660018)
+	- Add missing override for TreeModel.iter_previous() (Martin Pitt)
+	  (#660018)
+	- pygi-convert.py: Drop obsolete drag method conversions (Martin Pitt)
+	  (#652860)
+	- tests: Replace deprecated assertEquals() with assertEqual()
+	  (Martin Pitt)
+	- Plug tiny leak in constant_info_get_value (Paolo Borelli) (#642754)
+	- Fix len_arg_index for array arguments (Bastian Winkler) (#674271)
+	- Support defining GType properties from Python (Martin Pitt) (#674351)
+	- Handle GType properties correctly (Bastian Winkler) (#674351)
+	- Add missing GObject.TYPE_GTYPE (Martin Pitt)
+	- Fix test_mainloop.py for Python 3 (Martin Pitt)
+	- Make callback exception propagation test stricter (Martin Pitt)
+	  (#616279)
+	- Add context management to freeze_notify() and handler_block().
+	  (Simon Feltman) (#672324)
+	- Add support for GFlags properties (Martin Pitt) (#620943)
+	- Wrap GLib.Source.is_destroyed() method (Martin Pitt) (#524719)
+	- Fix error message when trying to override a non-GI class
+	  (Martin Pitt) (#646667)
+	- Fix segfault when accessing __grefcount__ before creating the GObject
+	  (Steve FrÃcinaux) (#640434)
+	- Do not bind gobject_get_data() and gobject_set_data()
+	  (Steve FrÃcinaux) (#641944)
+	- Add test case for multiple GLib.MainLoop instances (Martin Pitt)
+	  (#663068)
+	- Add a ccallback type which is used to invoke callbacks passed to a
+	  vfunc (John (J5) Palmieri) (#644926)
+	- Regression test: marshalling GValues in GHashTable (Alberto Mardegan)
+	  (#668903)
+	- Update .gitignore (Martin Pitt)
+	- Fix "distcheck" and tests with out-of-tree builds (Martin Pitt)
+	- Add a pep8 check to the makefile (Johan Dahlin) (#672627)
+	- PEP8 whitespace fixes (Johan Dahlin) (#672627)
+	- PEP8: Remove trailing ; (Johan Dahlin) (#672627)
+	- tests: Replace deprecated Python API (Martin Pitt)
+	- Fail tests if they use or encounter deprecations (Martin Pitt)
+	- Do not run tests in two phases any more (Martin Pitt)
+	- test_overrides: Find local gsettings schema with current glib
+	  (Martin Pitt)
+	- Add GtkComboBoxEntry compatibility (Paolo Borelli) (#672589)
+	- Correct review comments from Martin (Johan Dahlin) (#672578)
+	- Correct pyflakes warnings/errors (Johan Dahlin) (#672578)
+	- Make tests fail on CRITICAL logs, too, and apply to all tests
+	  (Martin Pitt)
+	- Support marshalling GI_TYPE_TAG_INTERFACE (Alberto Mardegan)
+	  (#668903)
+	- Fix warnings on None values in added tree/list store rows
+	  (Martin Pitt) (#672463)
+	- pygtkcompat test: Properly clean up PixbufLoader (Martin Pitt)
+
 3.1.92  19-Mar-2012
         - Correct Gtk.TreePath.__iter__ to work with Python 3 (Johan Dahlin)
         - Fix test_everything.TestSignals.test_object_param_signal test case



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]