2012-07-16 Jürg Billeter <j@bitron.ch> Release 0.17.3 gtk+-2.0, gtk+-3.0: Fix gtk_selection_data_get_targets binding Fixes bug 679830. codegen: Fix conversion from generic pointer to long integer Fixes bug 660621. Require and target GLib >= 2.18 This allows valac to use gintptr and guintptr. The next stable release of vala will happen four years after the release of GLib 2.18.0. 2012-07-12 Maciej Piechotka <uzytkownik2@gmail.com> Merge attributes on merge of namespace On merge the attribute of second namespace were silently ignored. This patch treats them as they were specified sequentially. Fixes bug 666478. codegen: Fix array move when the areas don't overlap Fixes bug 667452. 2012-07-03 Robert Ancell <robert.ancell@canonical.com> gtk+-3.0: Fix gtk_application_add_accelerator nullable parameter 2012-06-28 Dmitry Vagin <dmitry2004@yandex.ru> posix: fix inet_ntop binding, clean up some style issues Fixes bug 678988. 2012-06-26 Dmitry Vagin <dmitry2004@yandex.ru> libpq: fix freeing of Postgres.Notify Fixes bug 678910. 2012-06-26 Evan Nemerson <evan@coeus-group.com> gio-2.0: fix Settings.bind_with_mapping This method is skipped in the GIR because of the shared user_data parameter. Vala doesn't support this, either, so to get around it we have to set has_target = false on the delegates and pass the void* manually. This also changes the names of the relevant delegates so there is no collision if/when the issue is resolved in GIO. 2012-06-26 Jürg Billeter <j@bitron.ch> girparser: Fix criticals on varargs functions girparser: Fix criticals when encountering async creation methods Fix crash due to incorrect copy of attribute list Fixes bug 678824. 2012-06-26 Evan Nemerson <evan@coeus-group.com> gdk-pixbuf-2.0: remove some obsolete metadata 2012-06-25 Evan Nemerson <evan@coeus-group.com> GIR parser: allow setting async finish functions in GIR GIR parser: add default value to GCancellable arguments when possible 2012-06-25 Florian Müllner <fmuellner@gnome.org> vapi: Add missing GVariantTypes to glib-2.0 2012-06-25 Alexander Larsson <alexl@redhat.com> Update vapi file for latest gtk+ git master 2012-06-24 Evan Nemerson <evan@coeus-group.com> codegen: allow integer-derived types as generic arguments Fixes bug 677658.