Reviewers: Jakob,

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

[email protected]


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

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 7c435c8b62e3704ed91b5a8d7389023a67f6f5b5..50944c6bccb5f463ed21b2aadcc266bb389b7624 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2012-10-31: Version 3.15.0
+
+        Loosened aligned code target requirement on ARM (issue 2380)
+
+        Fixed JSON.parse to treat leading zeros correctly.
+        (Chromium issue 158185)
+
+        Optimized JSON.parse and JSON.stringify
+
+        Performance and stability improvements on all platforms.
+
+
 2012-10-22: Version 3.14.5

         Killed off the SCons based build.
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index 7f7eb2c41645fa1d43349de3396a78cc564dfe1c..d9130ec5571c16c2a8877f37920678d3e4dde16e 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      0
+#define BUILD_NUMBER      1
 #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