Revision: 3029 Author: [email protected] Date: Wed Oct 7 06:42:24 2009 Log: Prepare push to trunk. Now working on version 1.3.16. Review URL: http://codereview.chromium.org/267004 http://code.google.com/p/v8/source/detail?r=3029
Modified: /branches/bleeding_edge/ChangeLog /branches/bleeding_edge/src/version.cc ======================================= --- /branches/bleeding_edge/ChangeLog Wed Oct 7 02:15:34 2009 +++ /branches/bleeding_edge/ChangeLog Wed Oct 7 06:42:24 2009 @@ -1,3 +1,11 @@ +2009-10-07: Version 1.3.15 + + Expand the maximum size of the code space to 512MB for 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 ======================================= --- /branches/bleeding_edge/src/version.cc Wed Oct 7 00:24:51 2009 +++ /branches/bleeding_edge/src/version.cc Wed Oct 7 06:42:24 2009 @@ -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 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
