summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-01-08 16:33:44 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2019-01-08 16:33:44 +0100
commit2ba8a73ac49f53918fd8ef74bc3e25333ccf701f (patch)
treeee9bdb33357620ece9d6d7cc42f5427616479ae4
parentf2fa1ae4f17abe7ebbd752b2bf3124375a2d9f82 (diff)
downloadgobject-introspection-2ba8a73ac49f53918fd8ef74bc3e25333ccf701f.tar.gz
release1.59.3
-rw-r--r--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9e40088a..0f8cc55a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+1.59.3 - 2019-01-08
+-------------------
+
+* meson: use underscore as a separator in build options (gtk-doc -> gtk_doc etc)
+ :mr:`129`
+* website: add cppgir C++ binding
+ :mr:`124` (:user:`Mark Nauwelaerts <mnauw>`)
+* scanner: Merge specifiers and qualifiers when merging basic types.
+ Fixes "unsigned char" being wrongly parsed as "unsigned" etc.
+ :mr:`125` (:user:`Tomasz Miąsko <tmiasko>`)
+* meson: warn that not all tests will be run if building without cairo/doctool
+* scanner: rework source root directory guessing code to not depend on the
+ build directory
+* scanner: Remove incorrect c:type generated for array of synthesized unions
+ :mr:`127` (:user:`Tomasz Miąsko <tmiasko>`)
+* scanner: Flatten multi-dimensional arrays fields
+ :mr:`128` (:user:`Tomasz Miąsko <tmiasko>`)
+
+
1.59.2 - 2019-01-04
-------------------