2011-01-21

Vala 0.11.5 released

Hello,
a new version of the Vala programming language has been released. The previous version 0.11.4 was released only about a week ago, so the development is going on fast.

Changes

  • Add last_index_of and last_index_of_char to string class.
  • More refactoring in the code generator (Luca Bruno).
  • Improvements to the .gir writer (Michal Hruby).
  • Many bug fixes and binding updates.
More information and download at the Vala homepage.

2011-01-15

Vala 0.11.4 released

Hello,
the 0.11.4 version of the Vala programming language has been released.

Changes

  • Add index_of, index_of_char, and char_count to string class.
  • Many bug fixes and binding updates.
Most of changed the methods to the string class (like string.index_of) replaced other methods (like string.chr), that are now deprecated.
This version, though released soon after the 0.11.3 version, contains a lot of bug fixes.

Information and download at the Vala homepage.

2011-01-06

Vala 0.10.2 and 0.11.3 released

Hello,
stable and development version of the Vala programming language have been released.

Vala 0.10.2 changes are bug fixes and binding updates.

Vala 0.11.3 changes are:
  • Support BusName sender parameter in GDBus servers.

  • More refactoring in the code generator.
  • Many bug fixes and binding updates.
More information and download at the Vala homepage.