From 823c9a854dc1da7f64a9bee36741cff7954d0d8f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrg=20Billeter?= Date: Mon, 20 Oct 2008 20:37:45 +0000 Subject: [PATCH] update for 0.4.0 release MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 2008-10-20 Jürg Billeter * NEWS, configure.ac: update for 0.4.0 release svn path=/trunk/; revision=1861 --- ChangeLog | 4 ++++ NEWS | 13 +++++++++++++ configure.ac | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0b82ef1..e3a0fd5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2008-10-20 Jürg Billeter + * NEWS, configure.ac: update for 0.4.0 release + +2008-10-20 Jürg Billeter + * vapi/packages/gtk+-2.0/: Fix gtk_text_view_window_to_buffer_coords and diff --git a/NEWS b/NEWS index 63905b9..96f5eaf 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +Vala 0.4.0 +========== + + * Support more flexible constructors. + * Partial support for reading and writing .gir files. + * Improve compiler performance. + * Copy arrays where necessary. + * Basic support for static properties. + * Partial support for struct holding object references. + * Add tracker indexer bindings (Roberto Majadas) + * Updates to the GLib, GTK+, and GStreamer bindings. + * Many bug fixes. + Vala 0.3.5 ========== diff --git a/configure.ac b/configure.ac index 4992473..28bc2d2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([vala], [0.3.6], [j@bitron.ch], [vala]) +AC_INIT([vala], [0.4.0], [j@bitron.ch], [vala]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE([dist-bzip2]) -- 2.7.4