vala r1861 - trunk



Author: juergbi
Date: Mon Oct 20 20:37:45 2008
New Revision: 1861
URL: http://svn.gnome.org/viewvc/vala?rev=1861&view=rev

Log:
2008-10-20  JÃrg Billeter  <j bitron ch>

	* NEWS, configure.ac: update for 0.4.0 release


Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.ac

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Oct 20 20:37:45 2008
@@ -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
 ==========
 

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Mon Oct 20 20:37:45 2008
@@ -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])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]