Skip to content

Commit b40c20b

Browse files
committed
Version 1.20.1
Cherry-pick 6d946b8 to stable
2 parents d371e01 + 7adca39 commit b40c20b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.20.1 - 2016-10-13
2+
3+
Patch release, resolves one issue:
4+
5+
* Dartium: Fixes a bug that caused crashes. No issue filed
6+
17
## 1.20.0 - 2016-10-11
28

39
### Dart VM

tools/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
CHANNEL stable
2727
MAJOR 1
2828
MINOR 20
29-
PATCH 0
29+
PATCH 1
3030
PRERELEASE 0
3131
PRERELEASE_PATCH 0

tools/deps/dartium.deps/DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ execfile(os.path.join(path, 'src', 'dart', 'tools', 'deps', 'dartium.deps', 'DEP
99

1010
vars.update({
1111
"dartium_chromium_commit": "7558afb6379171d7f96b2db68ae9d2b64b2c5544",
12-
"dartium_webkit_commit": "b32a113c16f0a46b0dd747f80f0ec78e8db3512b",
12+
"dartium_webkit_commit": "8c0535e2ee1f49410cb978bd7c18d4582a5fd886",
1313
"chromium_base_revision": "338390",
1414

1515
# We use mirrors of all github repos to guarantee reproducibility and

0 commit comments

Comments
 (0)