Reviewers: Mads Ager, Message: I will wait for flexo run of most of 3174 to finish before committing.
Description: Prepare to push to trunk. We are now working on 1.3.19 Please review this at http://codereview.chromium.org/348010 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 3173) +++ 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 18 +#define BUILD_NUMBER 19 #define PATCH_LEVEL 0 #define CANDIDATE_VERSION true Index: ChangeLog =================================================================== --- ChangeLog (revision 3173) +++ ChangeLog (working copy) @@ -1,3 +1,10 @@ +2009-10-29: Version 1.3.18 + + Reverted a change which caused crashes in RegExp replace. + + Reverted a change which caused Chromium ui_tests failure. + + 2009-10-28: Version 1.3.17 Added API method to get simple heap statistics. --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
