Version 0.4.2.1

svn merge -c 20134 https://dart.googlecode.com/svn/branches/bleeding_edge trunk

git-svn-id: http://dart.googlecode.com/svn/trunk@20135 260f80e4-7a28-3924-810f-c04153c831b5
diff --git a/tests/html/html.status b/tests/html/html.status
index 8c14104..1195281 100644
--- a/tests/html/html.status
+++ b/tests/html/html.status
@@ -110,6 +110,7 @@
 url_test: Fail              # IE9 does not support createObjectURL (it is supported in IE10)
 window_open_test: Skip      # BUG(4016)
 xhr_cross_origin_test: Fail # Issue 6016.
+canvasrenderingcontext2d_test: Pass, Fail # flaky drawImage. BUG(9189)
 
 # IE9 Feature support statuses-
 # All changes should be accompanied by platform support annotation changes.
diff --git a/tools/VERSION b/tools/VERSION
index dbdcb67..d68f85b 100644
--- a/tools/VERSION
+++ b/tools/VERSION
@@ -1,4 +1,4 @@
 MAJOR 0
 MINOR 4
 BUILD 2
-PATCH 0
+PATCH 1