Commit 185aa082 authored by ager@chromium.org's avatar ager@chromium.org

Prepare to push version 1.1.5 to trunk. This version contains a

number of bug fixes.
Review URL: http://codereview.chromium.org/60004

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1661 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent e39b80c7
2009-04-01: Version 1.1.5
Fixed bug that caused function literals to not be optimized as
much as other functions.
Improved profiler support.
Fixed a crash bug in connection with debugger unloading.
Fixed a crash bug in the code generator caused by losing the
information that a frame element was copied.
Fixed an exception propagation bug that could cause non-null
return values when exceptions were thrown.
2009-03-30: Version 1.1.4
Optimized String.prototype.match.
......
......@@ -2421,7 +2421,7 @@ bool v8::V8::Dispose() {
const char* v8::V8::GetVersion() {
return "1.1.5 (candidate)";
return "1.1.6 (candidate)";
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment