Revision: 9602
Author:   [email protected]
Date:     Thu Oct 13 02:40:55 2011
Log:      Preparing push to trunk for 3.7.0
Review URL: http://codereview.chromium.org/8262010
http://code.google.com/p/v8/source/detail?r=9602

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

=======================================
--- /branches/bleeding_edge/ChangeLog   Mon Oct 10 06:14:49 2011
+++ /branches/bleeding_edge/ChangeLog   Thu Oct 13 02:40:55 2011
@@ -1,3 +1,19 @@
+2011-10-13: Version 3.7.0
+
+ Fixed array handling for Object.defineOwnProperty (ES5 conformance).
+
+        Fixed issue 1757 (string slices of external strings).
+
+        Fixed issue 1759 (ARM).
+
+        Added flag --noclever-optimizations to disable some things that
+        caused trouble in the past.
+
+        Added flag --stress-compaction for testing.
+
+        Added flag --harmony to activate all experimental Harmony features.
+
+
 2011-10-10: Version 3.6.6

         Added a GC pause visualization tool.
=======================================
--- /branches/bleeding_edge/src/version.cc      Mon Oct 10 04:38:09 2011
+++ /branches/bleeding_edge/src/version.cc      Thu Oct 13 02:40:55 2011
@@ -33,8 +33,8 @@
 // NOTE these macros are used by the SCons build script so their names
 // cannot be changed without changing the SCons build script.
 #define MAJOR_VERSION     3
-#define MINOR_VERSION     6
-#define BUILD_NUMBER      7
+#define MINOR_VERSION     7
+#define BUILD_NUMBER      1
 #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