Prepare a push to trunk (version 1.1.10).

Review URL: http://codereview.chromium.org/67167

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1716 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
kasperl@chromium.org 2009-04-15 13:16:51 +00:00
parent 22896c8304
commit e97c387ec8
2 changed files with 13 additions and 1 deletions

View File

@ -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

View File

@ -2373,7 +2373,7 @@ bool v8::V8::Dispose() {
const char* v8::V8::GetVersion() {
return "1.1.10 (candidate)";
return "1.1.11 (candidate)";
}