diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-07-12 08:47:13 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-07-12 08:47:16 +0900 |
commit | 0c23c15365643b062119d3e0335f62a39835fd5e (patch) | |
tree | 691e70cfd6bbc9da67a3869f629819059a30c89e /NEWS | |
parent | e49df4afb1654f59a39d02e6ec0ecdf537ce9351 (diff) | |
download | pygobject2-0c23c15365643b062119d3e0335f62a39835fd5e.tar.gz pygobject2-0c23c15365643b062119d3e0335f62a39835fd5e.tar.bz2 pygobject2-0c23c15365643b062119d3e0335f62a39835fd5e.zip |
Imported Upstream version 3.3.90
Change-Id: I2320e829dc2f47614d46efbbf92575dc9c71980e
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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) |