2010-06-20

Vala 0.9.2 has been released

Hello,
this new release follows the huge changes coming along with GLib and GTK+ latest releases:
  • Initial support for GDBus-based clients and servers.
  • Support implicit and explicit GVariant casts.
  • Add support for [Deprecated] attribute.
  • Add GenericArray as alternative binding to GPtrArray.
  • Add gdk-pixbuf-3.0, gdk-3.0, gdk-x11-3.0, and gtk+-3.0 bindings.
  • Updates to the GLib bindings.
  • Many bug fixes.
Stay tuned with furter updates.

2 comments:

  1. Any plans to add operator overloading before 1.0? Vala is a very nice language and I'd hate to see it repeat such a silly Java mistake.

    ReplyDelete
  2. Dude operator overloading is a good concept, if people don't like, they shouldn't use it... I would use it for vector classes and math stuff, because it's easier (and more readable) to say Vector a; Vector b; Vector c = a + b;

    ReplyDelete