Reviewers: Erik Corry, Description: Prepare push to trunk. Now working on version 2.2.20.
Please review this at http://codereview.chromium.org/2815025/show SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M ChangeLog M src/version.cc Index: ChangeLog =================================================================== --- ChangeLog (revision 4922) +++ ChangeLog (working copy) @@ -1,3 +1,13 @@ +2010-06-23: Version 2.2.19 + + Fix bug that causes the build to break when profillingsupport=off + (issue 738). + + Added expose-externalize-string flag for testing extinsions. + + Performance improvements on all platforms. + + 2010-06-16: Version 2.2.18 Added API functions to retrieve information on indexed properties Index: src/version.cc =================================================================== --- src/version.cc (revision 4922) +++ 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 2 -#define BUILD_NUMBER 19 +#define BUILD_NUMBER 20 #define PATCH_LEVEL 0 #define CANDIDATE_VERSION true -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
