vala r1186 - trunk



Author: juergbi
Date: Mon Apr  7 22:43:11 2008
New Revision: 1186
URL: http://svn.gnome.org/viewvc/vala?rev=1186&view=rev

Log:
2008-04-07  Juerg Billeter  <j bitron ch>

	* NEWS, configure.ac: update for 0.2.0 release


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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Apr  7 22:43:11 2008
@@ -1,3 +1,18 @@
+Vala 0.2.0
+==========
+
+ * Support nested namespaces.
+ * Support static constructors.
+ * Register enums with GType (Marc-Andrà Lureau)
+ * Small syntax change for default values of properties.
+ * Add --verbose commandline option (Daniel Silverstone)
+ * Improve pointer support.
+ * Add GNOME Keyring bindings (Andrea Del Signore)
+ * Add SDL bindings (Levi Bard)
+ * Add libftdi bindings (Evan Nemerson)
+ * Updates to the GLib, GTK+, GStreamer, and SQLite bindings.
+ * Many bug fixes all over the place.
+
 Vala 0.1.7
 ==========
 

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Mon Apr  7 22:43:11 2008
@@ -1,4 +1,4 @@
-AC_INIT([vala], [0.1.8], [j bitron ch], [vala])
+AC_INIT([vala], [0.2.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]