]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
update for 0.0.6 release correctly distribute test sources VALA_0_0_6
authorJürg Billeter <j@bitron.ch>
Wed, 28 Feb 2007 22:39:18 +0000 (22:39 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Wed, 28 Feb 2007 22:39:18 +0000 (22:39 +0000)
2007-02-28  Jürg Billeter  <j@bitron.ch>

* NEWS: update for 0.0.6 release
* tests/Makefile.am: correctly distribute test sources

svn path=/trunk/; revision=207

vala/ChangeLog
vala/NEWS
vala/tests/Makefile.am

index 82f6cbf3a72ec9fcd8424684e201ca54eca91b8e..cc86f122c7a6d52885ba5ef0e31a2fb0003784eb 100644 (file)
@@ -1,3 +1,8 @@
+2007-02-28  Jürg Billeter  <j@bitron.ch>
+
+       * NEWS: update for 0.0.6 release
+       * tests/Makefile.am: correctly distribute test sources
+
 2007-02-28  Jürg Billeter  <j@bitron.ch>
 
        * vapi/atk.vala, vapi/gdk-2.0.vala, vapi/gtk+-2.0.vala, vapi/pango.vala:
index 48e8c16a8e2cf6aa92377967b53188dc3a2ad9b7..ec79638d919cbf449d017026d61df17e51425c76 100644 (file)
--- a/vala/NEWS
+++ b/vala/NEWS
@@ -1,3 +1,15 @@
+Vala 0.0.6
+==========
+
+ * Improve interface support.
+ * Support do loops.
+ * Improve array support.
+ * Improve enum support.
+ * Add automated testing infrastructure.
+ * Fixes for prefix and postfix operators.
+ * Add more types to GLib bindings.
+ * Many bug fixes.
+
 Vala 0.0.5
 ==========
 
index d8d4924d44f978aa77aab8a2caf7c290644edbd7..b1f77e5e1574ff4cd58964d635f39b2bcad32930 100644 (file)
@@ -35,7 +35,34 @@ TESTS = \
 
 EXTRA_DIST = \
        testrunner.sh \
-       $(TESTS) \
+       test-001.vala \
+       test-002.vala \
+       test-003.vala \
+       test-004.vala \
+       test-005.vala \
+       test-006.vala \
+       test-007.vala \
+       test-008.vala \
+       test-009.vala \
+       test-010.vala \
+       test-011.vala \
+       test-012.vala \
+       test-013.vala \
+       test-014.vala \
+       test-015.vala \
+       test-016.vala \
+       test-017.vala \
+       test-018.vala \
+       test-019.vala \
+       test-020.vala \
+       test-021.vala \
+       test-022.vala \
+       test-023.vala \
+       test-024.vala \
+       test-025.vala \
+       test-026.vala \
+       test-027.vala \
+       test-028.vala \
        test-001.out \
        test-002.out \
        test-003.out \