Reviewers: Søren Gjesse, Description: Prepare to push to trunk. Now working on 1.3.13.
Please review this at http://codereview.chromium.org/210040 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M ChangeLog M src/version.cc Index: src/version.cc =================================================================== --- src/version.cc (revision 2946) +++ src/version.cc (working copy) @@ -34,7 +34,7 @@ // cannot be changed without changing the SCons build script. #define MAJOR_VERSION 1 #define MINOR_VERSION 3 -#define BUILD_NUMBER 12 +#define BUILD_NUMBER 13 #define PATCH_LEVEL 0 #define CANDIDATE_VERSION true Index: ChangeLog =================================================================== --- ChangeLog (revision 2946) +++ ChangeLog (working copy) @@ -1,3 +1,18 @@ +2009-09-22: Version 1.3.12 + + Changed behavior of |function|.toString() to be compatible with + other implementations. Patch by Jan de Mooij. + + Added Object::IsDirty in the API. + + Optimized array construction; it is now handled purely in native + code. + + [ES5] Made properties of the arguments array enumerable. + + [ES5] Added test suite adapter for the es5conform test suite. + + 2009-09-15: Version 1.3.11 Fixed crash in error reporting during bootstrapping. --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
