Commit ab845fd8 authored by ager@chromium.org's avatar ager@chromium.org

Prepare to push version 1.1.4 to trunk.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1640 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 82b9f916
2009-03-30: Version 1.1.4
Optimized String.prototype.match.
Improved the stack information in profiles.
Fixed bug in ARM port making it possible to compile the runtime
system for thumb mode again.
Implemented a number of optimizations in the code generator.
Fixed a number of memory leaks in tests.
Fixed crash bug in connection with script source code and external
strings.
2009-03-24: Version 1.1.3
Fixed assertion failures in compilation of loop conditions.
......
......@@ -2279,7 +2279,7 @@ bool v8::V8::Dispose() {
const char* v8::V8::GetVersion() {
return "1.1.4 (candidate)";
return "1.1.5 (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