summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuerg Billeter <j@bitron.ch>2007-08-31 12:38:29 +0000
committerJürg Billeter <juergbi@src.gnome.org>2007-08-31 12:38:29 +0000
commitd35a698fd384f9da824aced3b474cf15ee8d6dbb (patch)
tree8c3a80ce49540facaaad6008b9236b03740e1b1b
parentfd6c90d880f2f4d7eded89b9ec5a2ee9ff03efb2 (diff)
downloadvala-VALA_0_1_3.tar.gz
update for 0.1.3 releaseVALA_0_1_3
2007-08-31 Juerg Billeter <j@bitron.ch> * NEWS: update for 0.1.3 release svn path=/trunk/; revision=556
-rw-r--r--ChangeLog4
-rw-r--r--NEWS27
2 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e1e8e00aa..6d1ce163f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-08-31 Jürg Billeter <j@bitron.ch>
+ * NEWS: update for 0.1.3 release
+
+2007-08-31 Jürg Billeter <j@bitron.ch>
+
* doc/Makefile.am: only install man pages for vapigen and gidlgen if
vapigen is enabled
diff --git a/NEWS b/NEWS
index 87258e614..dbf74a39c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+Vala 0.1.3
+==========
+
+ * Convert reference-type structs to classes for a more consistent type system.
+ * Support `as` operator (Mathias Hasselmann).
+ * Improve array support.
+ * Experimental D-Bus client support.
+ * Add GConf bindings.
+ * Add libgnome and libgnomeui bindings.
+ * Add Glade bindings.
+ * Add libnotify bindings (Nicolas Christener, Roland Hostettler).
+ * Add GnomeVFS bindings.
+ * Add GtkSourceView bindings.
+ * Add Panel Applet bindings.
+ * Add GNOME Desktop Library bindings.
+ * Add libsoup bindings.
+ * Add libwnck bindings.
+ * Add GtkMozEmbed bindings (Alberto Ruiz).
+ * Add Poppler bindings (Alberto Ruiz).
+ * Add Enchant bindings (Mathias Hasselmann).
+ * Add Hildon bindings (Marcelo Lira).
+ * Add SQLite bindings.
+ * Add curses bindings (Ed Schouten).
+ * Build system fixes (Nicolas Trangez).
+ * Add manual pages for gidlgen and vapigen (Kumar Appaiah).
+ * Many bug fixes all over the place.
+
Vala 0.1.2
==========