Revision: 9567
Author:   [email protected]
Date:     Mon Oct 10 04:38:09 2011
Log:      Prepare push to trunk. We are now working on 3.6.7.
Review URL: http://codereview.chromium.org/8224001
http://code.google.com/p/v8/source/detail?r=9567

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

=======================================
--- /branches/bleeding_edge/ChangeLog   Wed Oct  5 04:24:13 2011
+++ /branches/bleeding_edge/ChangeLog   Mon Oct 10 04:38:09 2011
@@ -1,3 +1,16 @@
+2011-10-10: Version 3.6.6
+
+        Added a GC pause visualization tool.
+
+        Added presubmit=no and werror=no flags to Makefile.
+
+        ES5/Test262 conformance improvements.
+
+        Fixed compilation issues with GCC 4.5.x. (issue 1743)
+
+        Bug fixes and performance improvements on all platforms.
+
+
 2011-10-05: Version 3.6.5

         New incremental garbage collector.
=======================================
--- /branches/bleeding_edge/src/version.cc      Wed Oct  5 04:24:13 2011
+++ /branches/bleeding_edge/src/version.cc      Mon Oct 10 04:38:09 2011
@@ -34,7 +34,7 @@
 // cannot be changed without changing the SCons build script.
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     6
-#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