summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2018-08-06 20:41:54 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2018-08-06 20:41:54 +0100
commit9deb011eb6d5b55a69fc64443080161b1a3097ca (patch)
tree894cab095a62ca162c903875ae3491747d75da0e
parentac9fab2e20ff9056f5783adade1efb3f1a21fc64 (diff)
downloadgobject-introspection-1.57.2.tar.gz
Update the NEWS for 2.581.57.2
-rw-r--r--NEWS33
1 files changed, 33 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 928b4f65..7499f43f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+=== 2.58 ======================================================================
+
+ • Changes:
+ - Update annotations imported from GLib, and require GLib 2.58
+ - Ensure that G-I builds on macOS
+ - Add a --version argument to the Python-based tools
+ - Allow selecting the output format for g-ir-doc-tool
+ - Drop the Visual Studio templates
+ - Use Sphinx to generate the user documentation; gtk-doc is still
+ required for the girepository-1.0 C API reference
+ - Support all _Float* C types from ISO/IEC TS 18661-3:2015
+
+ • Issues resolved on gitlab.gnome.org:
+ - #139 - make check fails for gobject-introspection 1.44.0 on
+ OS X 10.10.4
+ - #184 - Default element-type not set for GByteArray object
+ properties
+ - #189 - c:type missing pointer/array information in GIR for
+ C array parameters
+ - #134 - Allow multiple output formats
+ - #218 - gtk2 hits unreachable code after enable -Wswitch-default
+ - #113 - Memory leaks in GI regress and marshalling tests property
+ setters
+
+ • Bugs resolved on bugzilla.gnome.org:
+ - #702788 - The girepository DLL is acquiring pointers incorrectly
+ on Windows/x64
+
+ • Contributors:
+ Tomasz Miąsko, Emmanuele Bassi, Rico Tzschichholz, Chun-wei Fan,
+ Philip Chimento, Tom Schoonjans, Christoph Reiter, Ray Donnelly,
+ Marcus Calhoun-Lopez, Florian Müllner
+
=== 2.56 ======================================================================
• Changes: