From: Jürg Billeter Date: Mon, 30 Mar 2009 21:57:30 +0000 (+0200) Subject: Release 0.6.0 X-Git-Tag: 0.6.0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=972df35871fc37c20c36e14459efe464ac04b2c4;p=thirdparty%2Fvala.git Release 0.6.0 --- diff --git a/NEWS b/NEWS index 928c1aa6f..02b82e744 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Vala 0.6.0 +========== + + * Improvements to the .gir reader and writer (Didier Ptitjes). + * Add librsvg-2.0 bindings (Evan Nemerson). + * Add Maemo libosso bindings (Jukka-Pekka Iivonen). + * Add V4L2 bindings (Matías De la Puente). + * Many bug fixes. + Vala 0.5.7 ========== diff --git a/configure.ac b/configure.ac index c1136e033..ddd271319 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([vala], [0.5.8], [j@bitron.ch], [vala]) +AC_INIT([vala], [0.6.0], [j@bitron.ch], [vala]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE([dist-bzip2])