Revision: 16009
Author:   [email protected]
Date:     Thu Aug  1 09:57:58 2013
Log:      Prepare push to trunk.  Now working on version 3.20.13.

[email protected]

Review URL: https://codereview.chromium.org/21575003
http://code.google.com/p/v8/source/detail?r=16009

Modified:
 /branches/bleeding_edge/ChangeLog
 /branches/bleeding_edge/src/version.cc

=======================================
--- /branches/bleeding_edge/ChangeLog   Tue Jul 30 04:08:56 2013
+++ /branches/bleeding_edge/ChangeLog   Thu Aug  1 09:57:58 2013
@@ -1,3 +1,20 @@
+2013-08-01: Version 3.20.12
+
+        Removed buggy ToNumber truncation (partial fix for issue 2813)
+
+        Calling Map etc without new should throw TypeError (issue 2819)
+
+        Fixed a crash for large code objects on ARM (Chromium issue 2736)
+
+        Fixed stale unhandlified value in JSObject::SetPropertyForResult.
+        (Chromium issue 265894)
+
+        Added new Harmony methods to String.prototype object.
+        (issue 2796,v8:2797,v8:2798,v8:2799)
+
+        Performance and stability improvements on all platforms.
+
+
 2013-07-30: Version 3.20.11

         Performance and stability improvements on all platforms.
=======================================
--- /branches/bleeding_edge/src/version.cc      Tue Jul 30 04:08:56 2013
+++ /branches/bleeding_edge/src/version.cc      Thu Aug  1 09:57:58 2013
@@ -34,7 +34,7 @@
 // system so their names cannot be changed without changing the scripts.
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     20
-#define BUILD_NUMBER      12
+#define BUILD_NUMBER      13
 #define PATCH_LEVEL       0
 // Use 1 for candidates and 0 otherwise.
 // (Boolean macro values are not supported by all preprocessors.)

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to