summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-11-11 23:40:20 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2018-11-11 23:40:20 +0100
commit3108a3a5ab82ea0af8864d8b03fd12b68657bb28 (patch)
treeff02cc94e68840ff0972881c6143be0db06b67bc
parent83f9c90befe964c91ea21dab9b9ea24948fd5715 (diff)
downloadpygobject-3108a3a5ab82ea0af8864d8b03fd12b68657bb28.tar.gz
release3.30.2
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 00a08bbf..bc4b9730 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+3.30.2 - 2018-11-11
+-------------------
+
+* tests: Fix some test with newer glib.
+* overrides: Fix crash when using non-ascii text with.
+ Gtk.Builder.add_from_string/add_objects_from_string. :issue:`255`
+* Various meson/distutils build fixes for MSVC.
+ :mr:`91` (:user:`Chun-wei Fan <fanc999>`)
+* foreign-cairo: Fix cairo marshalling not using the foreign converters in
+ some cases. :issue:`260`
+* build: setup.py reproducible build fixes.
+ :mr:`94` (:user:`Bernhard M. Wiedemann <bmwiedemann>`)
+
+
3.30.1 - 2018-09-14
-------------------