Commit 49d93349 authored by ager@chromium.org's avatar ager@chromium.org

Prepare push to trunk. Now working on version 0.4.9.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1094 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent c2c780bf
2009-01-16: Version 0.4.8
Fixed string length bug on ARM (issue 171).
Made most methods in the API const.
Optimized object literals by improving data locality.
Fixed bug that caused incomplete functions to be cached in case of
stack overflow exceptions.
Fixed bugs that caused catch variables and variables introduced by
eval to behave incorrectly when using accessors (issues 186, 190
and 191).
2009-01-06: Version 0.4.7
Minor bugfixes and optimizations.
......
......@@ -2204,7 +2204,7 @@ bool v8::V8::Initialize() {
const char* v8::V8::GetVersion() {
return "0.4.8 (candidate)";
return "0.4.9 (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