Revision: 9949
Author:   [email protected]
Date:     Thu Nov 10 03:26:27 2011
Log:      Prepare push to trunk.  Now working on version 3.7.6.

[email protected]
BUG=
TEST=

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

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

=======================================
--- /branches/bleeding_edge/ChangeLog   Mon Nov  7 02:08:24 2011
+++ /branches/bleeding_edge/ChangeLog   Thu Nov 10 03:26:27 2011
@@ -1,3 +1,13 @@
+2011-11-10: Version 3.7.5
+
+        Added initial gyp infrastructure for MIPS.
+
+       Implemented performance improvements to the incremental garbage
+        collector.
+
+       Added optimizations and stability improvements on all platforms.
+
+
 2011-11-07: Version 3.7.4

Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
=======================================
--- /branches/bleeding_edge/src/version.cc      Mon Nov  7 02:08:24 2011
+++ /branches/bleeding_edge/src/version.cc      Thu Nov 10 03:26:27 2011
@@ -34,7 +34,7 @@
 // cannot be changed without changing the SCons build script.
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     7
-#define BUILD_NUMBER      5
+#define BUILD_NUMBER      6
 #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