Reviewers: iposva, Message: [email protected]
Description: Prepare a push to trunk (version 1.1.8). Please review this at http://codereview.chromium.org/71001 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 1690) +++ src/api.cc (working copy) @@ -2373,7 +2373,7 @@ const char* v8::V8::GetVersion() { - return "1.1.8 (candidate)"; + return "1.1.9 (candidate)"; } Index: ChangeLog =================================================================== --- ChangeLog (revision 1690) +++ ChangeLog (working copy) @@ -1,3 +1,18 @@ +2009-04-11: Version 1.1.8 + + Changed test-debug/ThreadedDebugging to be non-flaky (issue 96). + + Fixed step-in handling for Function.prototype.apply and call in + the debugger (issue 269). + + Fixed v8::Object::DeleteHiddenValue to not bail out when there + are no hidden properties. + + Added workaround for crash bug, where external symbol table + entries with deleted resources would lead to NPEs when looking + up in the symbol table. + + 2009-04-07: Version 1.1.7 Added support for easily importing additional environment --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
