Revision: 8365
Author:   [email protected]
Date:     Wed Jun 22 05:36:29 2011
Log:      Prepare push to trunk.  Now working on V8 version 3.4.7.

Review URL: http://codereview.chromium.org/7234008
http://code.google.com/p/v8/source/detail?r=8365

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

=======================================
--- /branches/bleeding_edge/ChangeLog   Mon Jun 20 08:11:04 2011
+++ /branches/bleeding_edge/ChangeLog   Wed Jun 22 05:36:29 2011
@@ -1,3 +1,21 @@
+2011-06-22: Version 3.4.6
+
+        Lowered limit on code space for systems with low memory supply.
+
+        Allowed compiling v8_shell with the 'host' toolset (issue 82437).
+
+ Extended setBreakpoint API to accept partial script name (issue 1418).
+
+        Made multi-line comments not count when deciding whether the '-->'
+        comment starter is first on a line. This matches Safari.
+
+        Made handling of non-array recievers in Array length setter correct
+        (issue 1491).
+
+        Added ability to heap profiler to iterate over snapshot's node
+        (issue 1481).
+
+
 2011-06-20: Version 3.4.5

         Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473,
=======================================
--- /branches/bleeding_edge/src/version.cc      Mon Jun 20 02:30:54 2011
+++ /branches/bleeding_edge/src/version.cc      Wed Jun 22 05:36:29 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      6
+#define BUILD_NUMBER      7
 #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