Reviewers: Jakob,

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


[email protected]
BUG=


Please review this at https://chromiumcodereview.appspot.com/11308182/

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 0e6d6d9319fe654d0cd25743dfa10cfc7bb83529..7e9a8318f733a4b692e9f3a290f8188792964f40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2012-11-23: Version 3.15.5
+
+        Forced small array literals to have FAST_ELEMENTs
+
+        Fixed JSON.stringify for objects with interceptor handlers.
+        (Chromium issue 161028)
+
+        Reset progress bar of object to 0 when RecordWrites changes object
+        color to grey. (issue 2423)
+
+ Reverted r13025 and r13026 (they introduced a bug on arm and regressed
+        octane crypto).
+
+        Object.observe: Unblacklist some tests involving indexed properties
+        (issue 2409)
+
+        Fixed corner case in x64 compare stubs. (issue 2416)
+
+        Performance and stability improvements on all platforms.
+
+
 2012-11-16: Version 3.15.4

         Fixed Array.prototype.join evaluation order. (issue 2263)
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index 43baf9c699a9406b9a1a40d7e8c98be7bb706f62..3d9e412a1d055d27671ddd06c7aa691f0409f3a3 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      5
+#define BUILD_NUMBER      6
 #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