Reviewers: Mads Ager, Description: Prepare a push to trunk (version 1.1.10).
Please review this at http://codereview.chromium.org/67167 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M ChangeLog M src/api.cc Index: src/api.cc =================================================================== --- src/api.cc (revision 1714) +++ src/api.cc (working copy) @@ -2373,7 +2373,7 @@ const char* v8::V8::GetVersion() { - return "1.1.10 (candidate)"; + return "1.1.11 (candidate)"; } Index: ChangeLog =================================================================== --- ChangeLog (revision 1714) +++ ChangeLog (working copy) @@ -1,3 +1,15 @@ +2009-04-15: Version 1.1.10 + + Fixed crash bug that occurred when loading a const variable in the + presence of eval. + + Allowed using with and eval in registered extensions in debug mode + by fixing bogus assert. + + Fixed the source position for function returns to enable the + debugger to break there. + + 2009-04-14: Version 1.1.9 Made the stack traversal code in the profiler robust by avoiding --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
