2012-05-11

Vala 0.17.0 released

The new 0.17.x development cycle has started. This is the first release introducing several bug fixes and some enhancements.

Changes

  • Support simple method-level profiling.
  • Add VALA_CHECK_MODULES and VALA_PROG_VAPIGEN to vala.m4.
  • Bug fixes and binding updates. 
The method-level profiling is enabled by adding the [Profile] attribute on top of your methods. When your application terminates, some stats will be printed to the output.

More information at the homepage of Vala.