Revision: 12692
Author:   [email protected]
Date:     Wed Oct 10 10:05:00 2012
Log:      Prepare push to trunk.  Now working on version 3.14.3.

[email protected]

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

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

=======================================
--- /branches/bleeding_edge/ChangeLog   Mon Oct  1 09:19:43 2012
+++ /branches/bleeding_edge/ChangeLog   Wed Oct 10 10:05:00 2012
@@ -1,3 +1,31 @@
+2012-10-10: Version 3.14.2
+
+        ARM: allowed VFP3 instructions when hardfloat is enabled.
+        (Chromium issue 152506)
+
+        Fixed instance_descriptors() and PushStackTraceAndDie regressions.
+        (Chromium issue 151749)
+
+        Made GDBJIT interface compile again. (issue 1804)
+
+        Fixed Accessors::FunctionGetPrototype's proto chain traversal.
+        (Chromium issue 143967)
+
+ Made sure that names of temporaries do not clash with real variables.
+        (issue 2322)
+
+        Rejected local module declarations. (Chromium issue 150628)
+
+        Rejected uses of lexical for-loop variable on the RHS. (issue 2322)
+
+        Fixed slot recording of code target patches.
+        (Chromium issue 152615,chromium:144230)
+
+        Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
+
+        Performance and stability improvements on all platforms.
+
+
 2012-10-01: Version 3.14.1

         Don't set -m32 flag when compiling with Android ARM compiler.
=======================================
--- /branches/bleeding_edge/src/version.cc      Mon Oct  1 09:19:43 2012
+++ /branches/bleeding_edge/src/version.cc      Wed Oct 10 10:05:00 2012
@@ -34,7 +34,7 @@
 // cannot be changed without changing the SCons build script.
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     14
-#define BUILD_NUMBER      2
+#define BUILD_NUMBER      3
 #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