2017-03-20  Rico Tzschichholz  <[email protected]>

       Release 0.34.7

2017-03-16  Marvin W  <[email protected]>

       codegen: Properly null-out source on ownership-transfer of delegates

2017-03-16  Rico Tzschichholz  <[email protected]>

       gio-2.0: Add/"Unlock" missing GTask symbols

2017-03-16  Alistair Thomas  <[email protected]>

       valac: State default output directory is current working directory
       https://bugzilla.gnome.org/show_bug.cgi?id=740303

2017-03-16  Rico Tzschichholz  <[email protected]>

       signalmodule: Handle nullable ValueTypes properly and treat them as pointer
       Nullable value-types are actually pointers to heap-allocated structures.
       Therefore a pointer-based marshaller is required for those types.

       https://bugzilla.gnome.org/show_bug.cgi?id=758816

       codegen: Add some missing to predefined marshallers from glib
       g_cclosure_marshal_VOID__BOXED
       g_cclosure_marshal_VOID__VARIANT
       g_cclosure_marshal_BOOLEAN__BOXED_BOXED

2017-03-16  Ole André Vadla Ravnås  <[email protected]>

       vala: Fix MemberAccess.is_non_null() for EnumValue constants
       This is because an EnumValue object does not have a type reference.

       https://bugzilla.gnome.org/show_bug.cgi?id=780050

2017-03-16  Rico Tzschichholz  <[email protected]>

       vala: Non-null initializers are not allowed for owned namespace fields
       https://bugzilla.gnome.org/show_bug.cgi?id=777697

       gio-2.0 Update SettingsBackend related bindings

       poppler-glib: Update to 0.52.0

2017-03-16  Alistair Thomas  <[email protected]>

       manual: Add language="vala" attribute to Devhelp version

       manual: Update from wiki.gnome.org

2017-03-16  Rico Tzschichholz  <[email protected]>

       codegen: Fix base-access from within overriding struct-property-accessor
       Based on patch by gandalfn

       https://bugzilla.gnome.org/show_bug.cgi?id=764481

2017-03-16  Alistair Thomas  <[email protected]>

       enchant: Minor fixes
       Remove superfluous cname_prefix namespace-attribute.
       Add get_version() and fix array-length-type of Dict.suggest().

       https://bugzilla.gnome.org/show_bug.cgi?id=767522

2017-03-16  Rico Tzschichholz  <[email protected]>

       gstreamer-1.0: Mark *.make_writable with "ReturnsModifiedPointer"
       https://bugzilla.gnome.org/show_bug.cgi?id=759255

       girparser: Add metadata-support for "returns_modified_pointer"
       https://bugzilla.gnome.org/show_bug.cgi?id=759255

       gstreamer-1.0: Fix Gst.Base.Adapter.map/take bindings
       There is no explicit array-length returned while it is implicitly related
       to the in-parameter those methods are taking.

       https://bugzilla.gnome.org/show_bug.cgi?id=705987

       gtk+-3.0: Widget.override_* are deprecated since 3.16
       https://bugzilla.gnome.org/show_bug.cgi?id=777782

       manual: Update timestamps of directory-targets

       signalmodule: Fix deprecation of signals