Commit e1c2887a authored by kasperl@chromium.org's avatar kasperl@chromium.org

Get ready for pushing 0.4.0 to trunk. We're now working

towards version 0.4.1.
Review URL: http://codereview.chromium.org/8100

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@571 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent f7367a9f
2008-10-23: Version 0.4.0
Split the global object into two parts: The state holding global
object and the global object proxy.
Fixed bug that affected the value of an assignment to an element
in certain cases (issue 116).
Added GetPropertyNames functionality (issue 33) and extra Date
functions (issue 77) to the API.
Changed WeakReferenceCallback to take a Persistent<Value> instead
of a Persistent<Object> (issue 101).
Fixed issues with message reporting for exceptions in try-finally
blocks (issues 73 and 75).
Optimized flattening of strings and string equality checking.
Improved Boyer-Moore implementation for faster indexOf operations.
Added development shell (d8) which includes counters and
completion support.
Fixed problem with the receiver passed to functions called from
eval (issue 124).
2008-10-16: Version 0.3.5 2008-10-16: Version 0.3.5
Improved string hash-code distribution by excluding bit-field bits Improved string hash-code distribution by excluding bit-field bits
......
...@@ -2193,7 +2193,7 @@ bool v8::V8::Initialize() { ...@@ -2193,7 +2193,7 @@ bool v8::V8::Initialize() {
const char* v8::V8::GetVersion() { const char* v8::V8::GetVersion() {
return "0.4.0 (internal)"; return "0.4.1 (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