2013-09-14

Vala 0.21.2 released

This new development version of the Vala programming language has been released. It includes several bindings enhancements.

Changes

  • Recognize ref/unref functions in .gir files.
  • Add geocode-glib bindings.
  • Bug fixes and binding updates.
Recognizing ref/unref functions in .gir files is especially useful to avoid calling g_boxed_copy/free instead of _ref/_unref directly, or to catch some compact classes that are not glibish yet reference counted.

More information and download at the Vala homepage.

No comments:

Post a Comment