Reviewers: Jakob,

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


[email protected]
BUG=
TEST=


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

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 1dd4bb9cfa4760f58e74053598cee78973119db2..001aabc96042b8ef7b90c401889b2458264c1b39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+2012-07-24: Version 3.12.15
+
+        Added PRESERVE_ASCII_NULL option to String::WriteAscii.
+        (issue 2252)
+
+ Added dependency to HLoadKeyed* instructions to prevent invalid hoisting.
+        (Chromium issue 137768)
+
+        Enabled building V8 for Android on Mac
+
+        Interpret negative hexadecimal literals as NaN.
+        (issue 2240)
+
+        Fixed corner case when transforming dictionary to fast elements.
+        (issue 2249)
+
+        Fixed Windows build spam.
+        (issue 2242)
+
+        Preserve rsi when probing for CPU features.
+        (issue 2238)
+
+        Inserted missing write barrier in sliced string allocation.
+        (issue 2237)
+
+        Expose counters in javascript when using --track-gc-object-stats.
+
+        Enabled building and testing V8 on Android IA.
+
+        Added --trace-parse flag to parser.
+
+        Performance and stability improvements on all platforms.
+
+
 2012-07-18: Version 3.12.14

         Deactivated optimization of packed arrays.
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index dda94aafb7dbaab0377356203a5371b5ff8868cb..2baacaf21c119bc440098635bf969e58802213d7 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     12
-#define BUILD_NUMBER      15
+#define BUILD_NUMBER      16
 #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