summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pitt <martinpitt@gnome.org>2013-03-04 17:27:50 +0100
committerMartin Pitt <martinpitt@gnome.org>2013-03-04 17:27:50 +0100
commitbb12e652d661cf6ce931b44a89c11951894101bf (patch)
tree6df6452cc0e343a2d62251eb233590ed92e5d53a
parent25a6f90f28b065dd4f1cd352826598577402dc0b (diff)
downloadpygobject-3.7.91.tar.gz
release 3.7.913.7.91
-rw-r--r--NEWS33
1 files changed, 33 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bdd3810d..10a9680c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+3.7.91 04-Mar-2013
+ - Fix many memory leaks (#675726, #693402, #691501, #510511, #691501,
+ #672224, and several more which are detected by our test suite)
+ (Martin Pitt)
+ - Dot not clobber original Gdk/Gtk functions with overrides
+ (Martin Pitt) (#686835)
+ - Optimize GValue.get/set_value by setting GValue.g_type to a local
+ (Simon Feltman) (#694857)
+ - Run tests with G_SLICE=debug_blocks (Martin Pitt) (#691501)
+ - Add override helper for stripping boolean returns (Martin Pitt)
+ (#694431)
+ - Drop obsolete pygobject_register_sinkfunc() declaration (Martin Pitt)
+ (#639849)
+ - Fix marshalling of C arrays with explicit length in signal arguments
+ (Martin Pitt) (#662241)
+ - Fix signedness, overflow checking, and 32 bit overflow of GFlags
+ (Martin Pitt) (#693121)
+ - gi/pygi-marshal-from-py.c: Fix build on Visual C++ (Chun-wei Fan)
+ (#692856)
+ - Raise DeprecationWarning on deprecated callables (Martin Pitt)
+ (#665084)
+ - pygtkcompat: Add Widget.window, scroll_to_mark, and window methods
+ (Simon Feltman) (#694067)
+ - pygtkcompat: Add Gtk.Window.set_geometry_hints which accepts keyword
+ arguments (Simon Feltman) (#694067)
+ - Ship pygobject.doap for autogen.sh (Martin Pitt) (#694591)
+ - Fix crashes in various GObject signal handler functions
+ (Simon Feltman) (#633927)
+ - pygi-closure: Protect the GSList prepend with the GIL (Olivier CrĂȘte)
+ (#684060)
+ - generictreemodel: Fix bad default return type for get_column_type
+ (Simon Feltman)
+
3.7.90 19-Feb-2013
- overrides: Fix inconsistencies with drag and drop target list API
(Simon Feltman) (#680640)