Revision: 16091
Author:   [email protected]
Date:     Wed Aug  7 02:05:59 2013
Log:      Prepare push to trunk.  Now working on version 3.20.15.

[email protected]

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

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

=======================================
--- /branches/bleeding_edge/ChangeLog   Tue Aug  6 00:31:23 2013
+++ /branches/bleeding_edge/ChangeLog   Wed Aug  7 02:05:59 2013
@@ -1,3 +1,19 @@
+2013-08-07: Version 3.20.14
+
+        Exposed eternal handle api.
+
+        Bugfix to solve issues with enabling V8 typed arrays in Blink.
+
+        Fixed Array index dehoisting.  (Chromium issue 264203)
+
+        Updated Array Iterator to use numeric indexes (issue 2818)
+
+ Return start/end profiling time in microseconds instead of milliseconds
+        (issue 2824)
+
+        Performance and stability improvements on all platforms.
+
+
 2013-08-06: Version 3.20.14

         Added new Harmony methods to Array.prototype object.
=======================================
--- /branches/bleeding_edge/src/version.cc      Tue Aug  6 00:31:23 2013
+++ /branches/bleeding_edge/src/version.cc      Wed Aug  7 02:05:59 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      14
+#define BUILD_NUMBER      15
 #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