summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMartin Pitt <martinpitt@gnome.org>2013-02-19 12:19:35 +0100
committerMartin Pitt <martinpitt@gnome.org>2013-02-19 12:19:35 +0100
commitf2fb7f6142cd7112db9c2526d7f1c642a50cfc2a (patch)
tree731b6dcbbca2b100eab8423a94ce9be00e33f00c /NEWS
parent840c871441cb215f24cc6e7ed26b9f38e5aad0df (diff)
downloadpygobject-f2fb7f6142cd7112db9c2526d7f1c642a50cfc2a.tar.gz
Release 3.7.903.7.90
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5e06801f..bdd3810d 100644
--- a/NEWS
+++ b/NEWS
@@ -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)