Reviewers: Mads Ager, Description: Prepare push to trunk. We are now working in 3.0.10.
Please review this at http://codereview.chromium.org/6380003/ SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M ChangeLog M src/version.cc Index: ChangeLog =================================================================== --- ChangeLog (revision 6383) +++ ChangeLog (working copy) @@ -1,3 +1,10 @@ +2011-01-19: Version 3.0.9 + + Added basic GDB JIT Interface integration. + + Make invalid break/continue statements a syntax error instead of a + runtime error. + 2011-01-17: Version 3.0.8 Exposed heap size limit to the heap statistics gathered by Index: src/version.cc =================================================================== --- src/version.cc (revision 6383) +++ src/version.cc (working copy) @@ -34,7 +34,7 @@ // cannot be changed without changing the SCons build script. #define MAJOR_VERSION 3 #define MINOR_VERSION 0 -#define BUILD_NUMBER 9 +#define BUILD_NUMBER 10 #define PATCH_LEVEL 0 #define CANDIDATE_VERSION true -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
