Reviewers: Jakob,

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

[email protected]


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

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 0d0384652f10148cfea7a811517ae99b6ae38996..77b198ee01afb22c39e2f3024997e2e92aa01f13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-11-26: Version 3.15.6
+
+        Ensure double arrays are filled with holes when extended from
+        variations of empty arrays. (Chromium issue 162085)
+
+        Performance and stability improvements on all platforms.
+
+
 2012-11-23: Version 3.15.5

         Fixed JSON.stringify for objects with interceptor handlers.
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index 3d9e412a1d055d27671ddd06c7aa691f0409f3a3..32bc40d3b3dd75d9ff131f4f8124aee660e0b440 100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -34,7 +34,7 @@
 // cannot be changed without changing the SCons build script.
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     15
-#define BUILD_NUMBER      6
+#define BUILD_NUMBER      7
 #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

Reply via email to