Imported Upstream version 3.19.91
[platform/upstream/python-gobject.git] / NEWS
diff --git a/NEWS b/NEWS
index 7a3ca39..500a962 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+3.19.91 01-Mar-2016
+        - Fix marshaling of GError stored in GValue
+          (Simon Feltman) (Thibault Saunier) (#761592)
+        - Fix marshaling or GError from Python to C from function calls
+          (Simon Feltman) (#685197)
+        - Error handling/reporting fixes (Christoph Reiter) (#751956)
+        - Fix crash due to GVariant implemented as PyGBoxed not PyGIStruct
+          (Christoph Reiter) (#751956)
+        - Fix crash with GValueArray stored in GValue
+          (Mikhail Fludkov) (#754359)
+
 3.19.90 20-Feb-2016
         - tests: Set the active style context state before retrieving values
           (Simon Feltman)