Revision: 8632
Author:   [email protected]
Date:     Wed Jul 13 05:26:39 2011
Log:      Prepare push to trunk.  We are now working on version 3.4.13.
Review URL: http://codereview.chromium.org/7356011
http://code.google.com/p/v8/source/detail?r=8632

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

=======================================
--- /branches/bleeding_edge/ChangeLog   Mon Jul 11 04:10:45 2011
+++ /branches/bleeding_edge/ChangeLog   Wed Jul 13 05:26:39 2011
@@ -1,3 +1,19 @@
+2011-07-13: Version 3.4.12
+
+        Added --prof profiling option to d8 shell.
+
+ Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
+
+        Fixed a potential assertion failure in const declarations.
+
+        Fixed an assertion failure in descriptor arrays (issue 1526).
+
+ Enabled fast thread-local storage by default on supported platforms.
+
+        Improved reporting of source position for global variable loads
+        (issue 1527).
+
+
 2011-07-11: Version 3.4.11

         Fixed MinGW32 build.
=======================================
--- /branches/bleeding_edge/src/version.cc      Mon Jul 11 04:10:45 2011
+++ /branches/bleeding_edge/src/version.cc      Wed Jul 13 05:26:39 2011
@@ -34,7 +34,7 @@
 // cannot be changed without changing the SCons build script.
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     4
-#define BUILD_NUMBER      12
+#define BUILD_NUMBER      13
 #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