From 0433e40c41347f6daf16bb32b4114644ea1b0eaf Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrg=20Billeter?= Date: Wed, 28 Feb 2007 22:39:18 +0000 Subject: [PATCH] update for 0.0.6 release correctly distribute test sources MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 2007-02-28 Jürg Billeter * NEWS: update for 0.0.6 release * tests/Makefile.am: correctly distribute test sources svn path=/trunk/; revision=207 --- vala/ChangeLog | 5 +++++ vala/NEWS | 12 ++++++++++++ vala/tests/Makefile.am | 29 ++++++++++++++++++++++++++++- 3 files changed, 45 insertions(+), 1 deletion(-) diff --git a/vala/ChangeLog b/vala/ChangeLog index 82f6cbf..cc86f12 100644 --- a/vala/ChangeLog +++ b/vala/ChangeLog @@ -1,5 +1,10 @@ 2007-02-28 Jürg Billeter + * NEWS: update for 0.0.6 release + * tests/Makefile.am: correctly distribute test sources + +2007-02-28 Jürg Billeter + * vapi/atk.vala, vapi/gdk-2.0.vala, vapi/gtk+-2.0.vala, vapi/pango.vala: updates and fixes diff --git a/vala/NEWS b/vala/NEWS index 48e8c16..ec79638 100644 --- 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 ========== diff --git a/vala/tests/Makefile.am b/vala/tests/Makefile.am index d8d4924..b1f77e5 100644 --- a/vala/tests/Makefile.am +++ b/vala/tests/Makefile.am @@ -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 \ -- 2.7.4