[pygobject/pygobject-3-8] release 3.8.3



commit 2a9c8ddfdbdc1503e72e621a0c934c383bd619bf
Author: Martin Pitt <martinpitt gnome org>
Date:   Fri Jul 5 07:45:06 2013 +0200

    release 3.8.3

 NEWS |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7c69bad..1a6008a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+3.8.3   05-Jul-2013
+       - Add marshalling of GI_TYPE_TAG_VOID held in a GValue to int.  While
+         not particularly useful this allows some callbacks in WebKit to
+         function without causing a segfault. (Simon Feltman) (#694233)
+       - pygtkcompat: Fix for missing methods on Windows (Martin Pitt)
+         (#702787)
+       - gi/pygi-info.c: Avoid C99-style variable declaration (Chun-wei Fan)
+         (#702786)
+       - Clear return value of closures to zero when an exception occures
+         (Simon Feltman) (#702552)
+       - Re-add support for passing GValue's by reference (Simon Feltman)
+         (#701058)
+       - Don't use doctest syntax in docstrings for examples, to fix test
+         failures with pyflakes 0.7.x (Martin Pitt) (#701009)
+       - examples/option.py: Port to GI and Python 3 (Martin Pitt)
+
 3.8.2   13-May-2013
         - Fix vfunc info search for classes with multiple inheritance
          (Simon Feltman) (#700092)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]