2007-07-09 Jürg Billeter <j@bitron.ch>
+ * NEWS, README, configure.ac: update for 0.1.0 release
+
+2007-07-09 Jürg Billeter <j@bitron.ch>
+
* vala/scanner.l, vala/parser.y, vala/valaarray.vala,
vala/valaarraycreationexpression.vala, vala/valaattribute.vala,
vala/valabaseaccess.vala, vala/valablock.vala,
+Vala 0.1.0
+==========
+
+ * Add commandline options for running the C compiler and linker.
+ * Use # modifier for reference transfer in method parameters.
+ * Replace callback keyword by delegate.
+ * Improve and update GLib and GTK+ bindings.
+ * Add experimental GVFS binding.
+ * C89/MSVC portability fixes (Hans Breuer).
+ * Refactor code generator.
+ * Add experimental bindings generator.
+ * Many bug fixes.
+
Vala 0.0.9
==========
* Foreach
* Lambda expressions
* Type inference for local variables
- * Generics [PLANNED]
- * Non-null types [PARTIAL]
+ * Generics
+ * Non-null types
* Assisted memory management
* Exception handling [PLANNED]
GObject-based libraries, without the need for runtime bindings. Each to
be used library requires a Vala API file at compile-time, containing the
class and method declarations in Vala syntax. Vala currently comes with
-incomplete bindings for GLib and GTK+. It's planned to provide generated
-bindings for the full GNOME Platform at a later stage.
+bindings for GLib and GTK+. It's planned to provide generated bindings for
+the full GNOME Platform at a later stage.
Using classes and methods written in Vala from an application written in
C is not difficult. The Vala library only has to install the generated
-AC_INIT([vala], [0.0.10], [j@bitron.ch], [vala])
+AC_INIT([vala], [0.1.0], [j@bitron.ch], [vala])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE([dist-bzip2])