Reviewers: Kasper Lund, Description: Prepare push of version 2.4.0 to trunk. Now working on version 2.4.1.
Please review this at http://codereview.chromium.org/3303002/show SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M ChangeLog M src/version.cc Index: ChangeLog =================================================================== --- ChangeLog (revision 5386) +++ ChangeLog (working copy) @@ -1,3 +1,16 @@ +2010-09-01: Version 2.4.0 + + Fix bug in Object.freeze and Object.seal when Array.prototype or + Object.prototype is changed (issue 842). + + Update Array.splice to follow Safari and firefox when called + with zero arguments. + + Fix a missing live register when breaking at ARM keyed load. + + Performance improvements on all platforms. + + 2010-08-25: Version 2.3.11 Fix bug in RegExp related to copy-on-write arrays. Index: src/version.cc =================================================================== --- src/version.cc (revision 5386) +++ src/version.cc (working copy) @@ -34,7 +34,7 @@ // cannot be changed without changing the SCons build script. #define MAJOR_VERSION 2 #define MINOR_VERSION 4 -#define BUILD_NUMBER 0 +#define BUILD_NUMBER 1 #define PATCH_LEVEL 0 #define CANDIDATE_VERSION true -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
