summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMartin Pitt <martinpitt@gnome.org>2012-09-03 22:04:01 +0200
committerMartin Pitt <martinpitt@gnome.org>2012-09-03 22:04:01 +0200
commitea992324b8197b2d04ff2849b9ab46f8a04b4ed7 (patch)
tree6111e5c26ab8e6a8bec0b41cb03e28c1696dc0cb /NEWS
parent1e1f5b2f2f15547c1f2cbc948d2b764bd0a37c44 (diff)
downloadpygobject-ea992324b8197b2d04ff2849b9ab46f8a04b4ed7.tar.gz
release 3.3.913.3.91
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS32
1 files changed, 32 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 106c14d6..9a274c95 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+3.3.91 03-Sep-2012
+ - Fix exception test case for Python 2 (Martin Pitt)
+ - Bump g-i dependency to >= 1.3.9 (Martin Pitt)
+ - Show proper exception when trying to allocate a disguised struct
+ (Martin Pitt) (#639972)
+ - Support marshalling GParamSpec signal arguments (Mark Nauwelaerts)
+ (#683099)
+ - Add test for a signal that returns a GParamSpec (Martin Pitt)
+ (#683265)
+ - [API add] Add Signal class for adding and connecting custom signals.
+ (Simon Feltman) (#434924)
+ - Fix pygtkcompat's Gtk.TreeView.insert_column_with_attributes()
+ (Martin Pitt)
+ - Add override for Gtk.TreeView.insert_column_with_attributes()
+ (Marta Maria Casetti) (#679415)
+ - .gitignore: Add missing built files (Martin Pitt)
+ - Ship tests/gi in tarball (Martin Pitt)
+ - Split test_overrides.py (Martin Pitt) (#683188)
+ - _pygi_argument_to_object(): Clean up array unmarshalling (Martin Pitt)
+ - Fix memory leak in _pygi_argument_to_object() (Alban Browaeys)
+ (#682979)
+ - Fix setting pointer fields/arguments to NULL using None.
+ (Simon Feltman) (#683150)
+ - Fix for python 2.6, officially drop support for < 2.6 (Martin Pitt)
+ (#682422)
+ - Allow overrides in other directories than gi itself
+ (Thibault Saunier) (#680913)
+ - Clean up sys.path handling in tests (Simon Feltman) (#680913)
+ - Fix dynamic creation of enum and flag gi types for Python 3.3
+ (Simon Feltman) (#682323)
+ - [API add] Override g_menu_item_set_attribute (Paolo Borelli) (#682436)
+
3.3.90 20-Aug-2012
- Implement marshalling for GParamSpec (Mathieu Duponchelle) (#681565)
- Fix erronous import statements for Python 3.3 (Simon Feltman)