Reviewers: danno,

Description:
Prepare push to trunk.  Now working on version 3.20.15.

[email protected]

Please review this at https://codereview.chromium.org/22468004/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M ChangeLog
  M src/version.cc


Index: ChangeLog
diff --git a/ChangeLog b/ChangeLog
index 34e42515e34ecafe67c1c822d32e999b2b09b56a..da2551cf37ad5d68a03533c6e97cb873a926f02e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2013-08-07: Version 3.20.14
+
+        Expose eternal handle api.
+
+        Bugfix to solve issues with enabling V8 typed arrays in Blink.
+
+        Fix Array index dehoisting.  (Chromium issue 264203)
+
+        Update 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.
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index b41095fc20084fa95f4add25f862a61f600c1ecc..e02be6ecd6ecbdabd3e6bf112529def2ac20e8f1 100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -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