Reviewers: William Hesse, Description: Prepare push to trunk. Now working on version 1.3.16.
Please review this at http://codereview.chromium.org/267004 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 3027) +++ 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 15 +#define BUILD_NUMBER 16 #define PATCH_LEVEL 0 #define CANDIDATE_VERSION true Index: ChangeLog =================================================================== --- ChangeLog (revision 3027) +++ ChangeLog (working copy) @@ -1,3 +1,11 @@ +2009-10-07: Version 1.3.15 + + Expand the maximum size of the code space to 512MB fir 64-bit mode. + + Fixed a crash bug happening when starting profiling (issue + http://crbug.com/23768). + + 2009-10-07: Version 1.3.14 Added GetRealNamedProperty to the API to lookup real properties --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
