From 972df35871fc37c20c36e14459efe464ac04b2c4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrg=20Billeter?= Date: Mon, 30 Mar 2009 23:57:30 +0200 Subject: [PATCH] Release 0.6.0 --- NEWS | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 928c1aa6..02b82e74 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 c1136e03..ddd27131 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]) -- 2.11.4.GIT