Reviewers: danno,
Description:
Prepare push to trunk. Now working on 3.7.2.
Please review this at http://codereview.chromium.org/8344041/
SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/
Affected files:
M ChangeLog
M src/version.cc
Index: ChangeLog
===================================================================
--- ChangeLog (revision 9695)
+++ ChangeLog (working copy)
@@ -1,3 +1,30 @@
+2011-10-19: Version 3.7.1
+
+ Fixed evaluation order in defineProperties to match FireFox.
+
+ Fixed handling of non-object receivers for array builtins,
Chromium bug
+ 100702.
+
+ Multiple fixes to improve compliance with test262.
+
+ Fixed compatibility with older Android releases.
+
+ Fixed compilation with gcc-4.5.3.
+
+ Improved performance of WriteUtf8, issue 1665.
+
+ Made native syntax an early error in the preparser.
+
+ Fixed issues 793 and 893 relating to Function.prototype.bind.
+
+ Improved let support and other Harmony features (behind the
+ --harmony flag).
+
+ Changed evaluation order for > and <= to match ES5 instead of ES3.
+
+ Bug fixes and performance improvements on all platforms.
+
+
2011-10-13: Version 3.7.0
Fixed array handling for Object.defineOwnProperty (ES5
conformance).
Index: src/version.cc
===================================================================
--- src/version.cc (revision 9695)
+++ src/version.cc (working copy)
@@ -34,7 +34,7 @@
// cannot be changed without changing the SCons build script.
#define MAJOR_VERSION 3
#define MINOR_VERSION 7
-#define BUILD_NUMBER 1
+#define BUILD_NUMBER 2
#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