2011-03-16

Vala 0.11.7 released

Hello,
a new version of the 0.11.x development series of the Vala programming language has been released.

Changes

  • Add support for async signal handlers (Frederik Sdun).
  • More refactoring in the code generator (Luca Bruno).
  • Improvements to the .gir writer (Michal Hruby).
  • Many bug fixes and binding updates.
The first mentioned change allows passing an async method as callback for a signal. The behavior is simple: the async method will be started when the signal is fired, like with async_method_cb.begin().