2017-02-27 Rico Tzschichholz Release 0.35.6 glib-2.0: Add more Error bindings 2017-02-25 Rico Tzschichholz glib-2.0: Mark delegates in Test.add_data_func/add_func() as scope=async https://bugzilla.gnome.org/show_bug.cgi?id=739725 vapi: Update GIR-based bindings codegen: Cast vfunc pointer assigns of abstract overrides https://bugzilla.gnome.org/show_bug.cgi?id=777958 codegen: Pass pointer of matching type to property-getter https://bugzilla.gnome.org/show_bug.cgi?id=777958 2017-02-24 Rico Tzschichholz tests: Enable -Werror=int-conversion 2017-02-24 Nikolay Orlyuk codegen: Fix instance parameter for property setter in SimpleType structs Add test-case and fix code generator for call to the setter to pass instance as a value rather than as a pointer to value. Based on patches by Nathan Summers. https://bugzilla.gnome.org/show_bug.cgi?id=657346 2017-02-24 Rico Tzschichholz codegen: Don't add static modifier to abstract property setters https://bugzilla.gnome.org/show_bug.cgi?id=673389 gtk+-X.0: Mark "iter" param of ListStore.remove() as ref 2017-02-23 Rico Tzschichholz cairo: Add bindings for cairo_*_user_data() 2017-02-23 Alistair Thomas manual: Initial import of manual.xml from wiki.gnome.org https://bugzilla.gnome.org/show_bug.cgi?id=779090 manual: Switch to using DocBook from wiki.gnome.org as source https://bugzilla.gnome.org/show_bug.cgi?id=779090 2017-02-22 Alistair Thomas doc: Rename doc/vala to doc/manual Clarify contents of directory with new name 2017-02-21 Rico Tzschichholz tests: Add N-D array tests 2017-02-21 mrmacete gdbus: Fix memleak using g_task_propagate_pointer https://bugzilla.gnome.org/show_bug.cgi?id=778993 2017-02-20 Rico Tzschichholz vapi: Update GIR-based bindings glib-2.0: Add G_CHECKSUM_SHA384 2017-02-18 Carlos Garnacho dbus: Move send_message() call before _error label Commit 09e6818d01 changed dbus server paths so requests fell back to freeing allocated memory on errors. However certain kinds of dbus replies issue a final g_dbus_connection_send_message() there. In case of errors, _reply_message will be NULL, and the error paths would have already issued g_dbus_method_invocation_return_gerror(), so the g_dbus_connection_send_message() call is both unnecessary and warns on the NULL argument. So move the DBus reply before the _error label. https://bugzilla.gnome.org/show_bug.cgi?id=778540 tests: Add test for dbus fd passing failures The server will exhaust all fds before the fd list in the dbus request is opened. We do expect it to fail in the client. https://bugzilla.gnome.org/show_bug.cgi?id=778540 2017-02-18 Dr. Michael Lauer linux: add non-posix fcntl constants Fixes bugs 729804 and 729805 https://bugzilla.gnome.org/show_bug.cgi?id=729804 https://bugzilla.gnome.org/show_bug.cgi?id=729805 2017-02-17 Vladislav geniescanner: Remove trailing spaces/tabs https://bugzilla.gnome.org/show_bug.cgi?id=611085 2017-02-17 Rico Tzschichholz genieparser: Allow comma-separated identifiers in definition of enums https://bugzilla.gnome.org/show_bug.cgi?id=776833 2017-02-16 Rico Tzschichholz gobject-2.0: Fix bootstrap build with valac < 0.26 2017-02-15 Rico Tzschichholz glib-2.0: Mark va_list.arg() with simple-generics to allow int64 or double