summaryrefslogtreecommitdiff
path: root/deps/v8/ChangeLog
diff options
context:
space:
mode:
authorTrevor Norris <trev.norris@gmail.com>2013-08-27 15:18:12 -0700
committerTrevor Norris <trev.norris@gmail.com>2013-08-27 15:18:12 -0700
commit26bc8db33f15a365e22f23229d0700d70ac0d560 (patch)
treefbe2f60ef1380c023efa66e86d53d1d9f42ddb7c /deps/v8/ChangeLog
parentd86814aeca64d8985402dc073eff1fc8ac93c231 (diff)
downloadandroid-node-v8-26bc8db33f15a365e22f23229d0700d70ac0d560.tar.gz
android-node-v8-26bc8db33f15a365e22f23229d0700d70ac0d560.tar.bz2
android-node-v8-26bc8db33f15a365e22f23229d0700d70ac0d560.zip
v8: upgrade to 3.20.17
Diffstat (limited to 'deps/v8/ChangeLog')
-rw-r--r--deps/v8/ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/deps/v8/ChangeLog b/deps/v8/ChangeLog
index b19fda2ea5..d824cec0d6 100644
--- a/deps/v8/ChangeLog
+++ b/deps/v8/ChangeLog
@@ -1,3 +1,36 @@
+2013-08-14: Version 3.20.17
+
+ Fixed Math.round/floor that had bogus Smi representation
+ (Chromium issue 272564)
+
+ Performance and stability improvements on all platforms.
+
+
+2013-08-13: Version 3.20.16
+
+ Fixed bug in HPhi::SimplifyConstantInput (Chromium issue 269679)
+
+ Fixed gcmole bugs in i18n code (issue 2745)
+
+ ia32: Calls to the TranscendentalCacheStub must ensure that esi is
+ set (issue 2827)
+
+ Made sure polymorphic element access creates non-replaying
+ phis. (issue 2815)
+
+ Allowed HPhis to have an invalid merge index. (issue 2815)
+
+ Fixed smi-based math floor. (Chromium issue 270268)
+
+ Deprecated self and total time getters and total sample count
+ getter on CpuProfileNode. (Chromium issue 267595)
+
+ Fixed Object.freeze, Object.observe wrt CountOperation and
+ CompoundAssignment. (issue 2774,2779)
+
+ Performance and stability improvements on all platforms.
+
+
2013-08-07: Version 3.20.14
Exposed eternal handle api.