2011-02-15

Vala 0.11.6 released

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

Changes

  • Add parse and try_parse methods to boolean and numeric types.
  • Add clutter-gtk-1.0 bindings.
  • Add pixmap-1 bindings (Evan Nemerson).
  • Many bug fixes and binding updates.
Most notably in this release is the deprecation of string.to_basictype() methods in favor of basictype.parse (...). This allows a more elastic convention for adding further parsing methods for other types.

As usual download and more information at the Vala homepage.