Reviewers: danno,
Description:
Preparing push to trunk for 3.6.7.
Please review this at http://codereview.chromium.org/8262010/
SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/
Affected files:
M ChangeLog
M src/version.cc
Index: ChangeLog
===================================================================
--- ChangeLog (revision 9601)
+++ ChangeLog (working copy)
@@ -1,3 +1,18 @@
+2011-10-13: Version 3.6.7
+
+ 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.
Index: src/version.cc
===================================================================
--- src/version.cc (revision 9601)
+++ src/version.cc (working copy)
@@ -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 0
#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