Commit 4ce82a17 authored by iposva@chromium.org's avatar iposva@chromium.org

Prepare push to trunk. Now working on version 1.0.1.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1242 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 2bd60ab8
2009-02-09: Version 1.0.0
Fixed crash-bug in the code generation for case independent 16 bit
backreferences.
Made shells more robust in the presence of string conversion
failures (issue 224).
Fixed a potential infinite loop when attempting to resolve
eval (issue 221).
Miscellaneous fixes to the new regular expression engine.
Reduced binary by stripping unneeded text from JavaScript library and
minifying some JavaScript files.
2009-01-27: Version 0.4.9
Enabled new regular expression engine.
......
......@@ -2184,7 +2184,7 @@ bool v8::V8::Initialize() {
const char* v8::V8::GetVersion() {
return "1.0.0 (candidate)";
return "1.0.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