diff options
author | Martin Pitt <martinpitt@gnome.org> | 2013-02-19 12:19:35 +0100 |
---|---|---|
committer | Martin Pitt <martinpitt@gnome.org> | 2013-02-19 12:19:35 +0100 |
commit | f2fb7f6142cd7112db9c2526d7f1c642a50cfc2a (patch) | |
tree | 731b6dcbbca2b100eab8423a94ce9be00e33f00c /NEWS | |
parent | 840c871441cb215f24cc6e7ed26b9f38e5aad0df (diff) | |
download | pygobject-f2fb7f6142cd7112db9c2526d7f1c642a50cfc2a.tar.gz |
Release 3.7.903.7.90
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +3.7.90 19-Feb-2013 + - overrides: Fix inconsistencies with drag and drop target list API + (Simon Feltman) (#680640) + - pygtkcompat: Add pygtk compatible GenericTreeModel implementation + (Simon Feltman) (#682933) + - overrides: Add support for iterables besides tuples for TreePath + creation (Simon Feltman) (#682933) + - Prefix __module__ attribute of function objects with gi.repository + (Niklas Koep) (#693839) + - configure.ac: only enable code coverage when available, to fix + autogen.sh with older gnome-commons (Jonathan Ballet) (#693328) + - Correctly set properties on object with statically defined properties + (Jonathan Ballet) (#693618) + - autogen.sh: Use gnome-autogen.sh (Martin Pitt) (#693328) + - Fix reference leaks with transient floating objects (Simon Feltman) + (#687522) + 3.7.5.1 05-Feb-2013 - Fix ABI break with pygobject.h from 3.7.5 (Simon Feltman) (#675726) |