Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(140)

Unified Diff: ChangeLog

Issue 106763003: Prepare push to trunk. Now working on version 3.24.2. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/version.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ChangeLog
diff --git a/ChangeLog b/ChangeLog
index 95405da9e8db8324cbf3a0af5ef695449839a092..022b49f7a4b63844fa2fcd767fd2d7eb9ed8078e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2013-12-13: Version 3.24.1
+
+ Fix polymorphic inlined calls with migrating prototypes.
+
+ Fixed global object leak caused by overwriting the global receiver (the
+ global proxy) in the global object with the global object itself
+ (Chromium issue 324812).
+
+ Initialize Date parse cache with SMI instead of double to workaround
+ sharing mutable heap numbers in snapshot (Chromium issue 280531).
+
+ Switch armv7 setting to arm_version==7 in v8 gyp files (Chromium issue
+ 234135).
+
+ Performance and stability improvements on all platforms.
+
+
2013-12-09: Version 3.24.0
Performance and stability improvements on all platforms.
« no previous file with comments | « no previous file | src/version.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698