update for 0.2.0 release VALA_0_2_0
authorJuerg Billeter <j@bitron.ch>
Mon, 7 Apr 2008 21:43:11 +0000 (21:43 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Mon, 7 Apr 2008 21:43:11 +0000 (21:43 +0000)
2008-04-07  Juerg Billeter  <j@bitron.ch>

* NEWS, configure.ac: update for 0.2.0 release

svn path=/trunk/; revision=1186

ChangeLog
NEWS
configure.ac

index 6645c1a..ddd2b65 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2008-04-07  Jürg Billeter  <j@bitron.ch>
 
+       * NEWS, configure.ac: update for 0.2.0 release
+
+2008-04-07  Jürg Billeter  <j@bitron.ch>
+
        * vala/valaerrortype.vala, vala/valasemanticanalyzer.vala,
          vala/valasymbolresolver.vala, gobject/valaccodegenerator.vala:
          fix access to code and message fields in error types,
diff --git a/NEWS b/NEWS
index 0099ebb..85fdeb5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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
 ==========
 
index 5b36479..e152dfe 100644 (file)
@@ -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])