Commit 3a296601 authored by kasperl@chromium.org's avatar kasperl@chromium.org

Prepare for pushing version 0.4.2.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@652 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent ff1088d6
2008-10-30: Version 0.4.2
Improved performance of Array.prototype.concat by moving the
implementation to C++ (issue 123).
Fixed heap growth policy to avoid growing old space to its maximum
capacity before doing a garbage collection and fixed issue that
would lead to artificial out of memory situations (issue 129).
Fixed Date.prototype.toLocaleDateString to return the date in the
same format as WebKit.
Added missing initialization checks to debugger API.
Added removing of unused maps during GC.
2008-10-28: Version 0.4.1
Added caching of RegExp data in compilation cache.
......
......@@ -2199,7 +2199,7 @@ bool v8::V8::Initialize() {
const char* v8::V8::GetVersion() {
return "0.4.2 (candidate)";
return "0.4.3 (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