update for 0.3.3 release VALA_0_3_3
authorJürg Billeter <j@bitron.ch>
Wed, 4 Jun 2008 09:06:57 +0000 (09:06 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Wed, 4 Jun 2008 09:06:57 +0000 (09:06 +0000)
2008-06-03  Jürg Billeter  <j@bitron.ch>

* NEWS: update for 0.3.3 release

svn path=/trunk/; revision=1558

ChangeLog
NEWS

index fec61c3..e771485 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2008-06-03  Jürg Billeter  <j@bitron.ch>
 
+       * NEWS: update for 0.3.3 release
+
+2008-06-03  Jürg Billeter  <j@bitron.ch>
+
        * vapi/glib-2.0.vapi:
 
        Add byte order and number format constants, patch by Ali Sabil
diff --git a/NEWS b/NEWS
index cd33c25..1d408aa 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Vala 0.3.3
+==========
+
+ * Support overriding default method handlers of signals.
+ * Support dynamic access to properties and signals of GObjects.
+ * Experimental support for nullable value types.
+ * Improve support for classes not deriving from GLib.Object.
+ * Support """verbatim strings""".
+ * Add parser for Genie (Jamie McCracken)
+ * Experimental support for arrays of arrays.
+ * Documentation improvements (Phil Housley)
+ * Improvements to D-Bus support (Ali Sabil, Philip Van Hoof, Yu Feng)
+ * Add libepc-1.0 bindings (Ali Sabil)
+ * Add libtiff bindings (Christian Meyer)
+ * Updates to the GStreamer bindings (Ali Sabil and Jaap A. Haitsma)
+ * Many bug fixes and performance improvements.
+
 Vala 0.3.2
 ==========