summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-05-16 19:57:36 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-05-16 19:57:36 +0200
commit25054c2e8b38c82ce94cc2d63eef18b59dba190f (patch)
tree62dd462ac5a8f2c809b53371e68674d8dd9c52a1 /NEWS
parent6242f957eb47f8a68e24f4c440c4b6ffd8ae3c3d (diff)
downloadpygobject-25054c2e8b38c82ce94cc2d63eef18b59dba190f.tar.gz
release3.29.2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS40
1 files changed, 40 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c989f913..fc879176 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,43 @@
+3.29.2 - 2018-05-16
+-------------------
+
+* Add a meson build system. :issue:`165`
+ (:user:`Mathieu Duponchelle<mathieudu>`)
+* Gtk.Template: Allow marking children as "internal-child". :mr:`58`
+* Gio.ListModel: implement most of the mutable sequence protocol.
+ :issue:`115` :mr:`59`
+* Gio.Settings: implement __iter__.
+* Gio.Settings: support range types in __setitem__. :issue:`134`
+* Add overrides for Gio.ListStore.sort and Gio.ListStore.insert_sorted.
+ :issue:`130`
+* Make Gtk.Widget.freeze_child_notify a context manager. :issue:`45`
+* OptionParser.parse_args: return leftover arguments. :issue:`200`
+* Release the GIL when emitting a signal. :mr:`66`
+ (John Bassett <john.bassett@pexip.com>)
+* Add ActionMap and ActionMap.add_action_entries() to overrides.
+ :issue:`29` :mr:`65` (:user:`yangfl`)
+* importer: raise ImportError in load_module() and not find_module().
+ :issue:`213`
+* Don't wrap GValue in GValue when creating GValueArray. :mr:`66`
+ (Stian Selnes <stian@pexip.com>)
+* ossig: Don't leak the callbacks in case the event loops are not stopped
+ through SIGINT. :issue:`219` :mr:`72`
+* Various fixes (Havard Graff <havard.graff@gmail.com>)
+* Destroy custom GLib.Source instances when they get freed. :issue:`193`
+* Revert "Add PEP518/pyproject.toml file", fixes installation with pip 10,
+ see https://github.com/pypa/pip/issues/5244
+* Various fixes/improvements for PyPy.
+* Don't crash on multiple calls to GObject.Value.__del__. :mr:`66`
+
+Documentation:
+ * Added StackOverflow (with PyGObject tag) as an contact resource.
+ (:user:`buhtz`)
+ * Add introduction to handling GLib.Error. :mr:`68`
+ (:user:`Kai Willadsen <kaiw>`)
+ * Add pycairo requires for development setup. :mr:`70`
+ (:user:`Kai Willadsen <kaiw>`)
+
+
3.29.1 - 2018-04-15
-------------------