summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMartin Pitt <martinpitt@gnome.org>2012-08-20 23:05:49 +0200
committerMartin Pitt <martinpitt@gnome.org>2012-08-20 23:05:49 +0200
commit6a629e23ff7b0d6f532184017577c7427d577e28 (patch)
treeaa78233ba1f20c4f4daea8c3e7d42705dce6a494 /NEWS
parent5cd18c9bd59a60b930ced0b35d728c12bb3291c7 (diff)
downloadpygobject-6a629e23ff7b0d6f532184017577c7427d577e28.tar.gz
release 3.3.903.3.90
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d0f62329..106c14d6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+3.3.90 20-Aug-2012
+ - Implement marshalling for GParamSpec (Mathieu Duponchelle) (#681565)
+ - Fix erronous import statements for Python 3.3 (Simon Feltman)
+ (#682051)
+ - Do not fail tests if pyflakes or pep8 are not installed (Martin Pitt)
+ - Fix PEP-8 whitespace checking and issues in the code (Martin Pitt)
+ - Fix unmarshalling of gssize (David Malcolm) (#680693)
+ - Fix various endianess errors (David Malcolm) (#680692)
+ - Gtk overrides: Add TreeModelSort.__init__(self, model)
+ (Simon Feltman) (#681477)
+ - Convert Gtk.CellRendererState in the pygi-convert script
+ (Manuel QuiƱones) (#681596)
+
3.3.5 06-Aug-2012
- Fix list marshalling on big-endian machines (Martin Pitt)
(#680693)