Revision: 12179
Author:   [email protected]
Date:     Tue Jul 24 00:55:08 2012
Log:      Prepare push to trunk.  Now working on version 3.12.16.

[email protected]
BUG=
TEST=

Review URL: https://chromiumcodereview.appspot.com/10790138
http://code.google.com/p/v8/source/detail?r=12179

Modified:
 /branches/bleeding_edge/ChangeLog
 /branches/bleeding_edge/src/version.cc

=======================================
--- /branches/bleeding_edge/ChangeLog   Wed Jul 18 04:21:12 2012
+++ /branches/bleeding_edge/ChangeLog   Tue Jul 24 00:55:08 2012
@@ -1,3 +1,25 @@
+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 d8 for Android on Mac.
+
+        Interpret negative hexadecimal literals as NaN.
+        (issue 2240)
+
+        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.
=======================================
--- /branches/bleeding_edge/src/version.cc      Wed Jul 18 04:21:12 2012
+++ /branches/bleeding_edge/src/version.cc      Tue Jul 24 00:55:08 2012
@@ -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