update for 0.4.0 release VALA_0_4_0
authorJürg Billeter <j@bitron.ch>
Mon, 20 Oct 2008 20:37:45 +0000 (20:37 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Mon, 20 Oct 2008 20:37:45 +0000 (20:37 +0000)
2008-10-20  Jürg Billeter  <j@bitron.ch>

* NEWS, configure.ac: update for 0.4.0 release

svn path=/trunk/; revision=1861

ChangeLog
NEWS
configure.ac

index 0b82ef1..e3a0fd5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2008-10-20  Jürg Billeter  <j@bitron.ch>
 
+       * NEWS, configure.ac: update for 0.4.0 release
+
+2008-10-20  Jürg Billeter  <j@bitron.ch>
+
        * vapi/packages/gtk+-2.0/:
 
        Fix gtk_text_view_window_to_buffer_coords and
diff --git a/NEWS b/NEWS
index 63905b9..96f5eaf 100644 (file)
--- 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
 ==========
 
index 4992473..28bc2d2 100644 (file)
@@ -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])