Version 1.17.1

An earlier commit was also named 1.17.1, but that was an error.
That earlier commit was released as 1.17.0.

Cherry-pick 'f4029bf3ee72c6667f4099a0e2e747b22fe45c32' to stable
Cherry-pick 'e803457081ee5c0efcd05d924c168ceb4dc534c7' to stable
Cherry-pick '97a8c4caffd2e758c60a3e4502f07d6886ee0363' to stable
Cherry-pick '9d5e1331149062cd5de4ed5a54841c03872f8edd' to stable
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 637e978..a649682 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,14 @@
-## 1.17.0 - 2016-06-06
+## 1.17.1 - 2016-06-10
+
+Patch release, resolves two issues:
+
+* VM: Fixes a bug that caused crashes in async functions.
+(SDK issue [26668](https://github.com/dart-lang/sdk/issues/26668))
+
+* VM: Fixes a bug that caused garbage collection of reachable weak properties.
+(https://codereview.chromium.org/2041413005)
+
+## 1.17.0 - 2016-06-08
 
 ### Core library changes
 * `dart:convert`
diff --git a/tools/VERSION b/tools/VERSION
index 056acef..b32057e 100644
--- a/tools/VERSION
+++ b/tools/VERSION
@@ -26,6 +26,6 @@
 CHANNEL stable
 MAJOR 1
 MINOR 17
-PATCH 0
+PATCH 1
 PRERELEASE 0
 PRERELEASE_PATCH 0