Commit 539a29cb authored by ager@chromium.org's avatar ager@chromium.org

Prepare push to trunk. Now working on version 1.0.3.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1359 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 6ace05ed
2009-02-25: Version 1.0.2
Improved profiling support by performing simple call stack
sampling for ticks and by fixing a bug in the logging of code
addresses.
Fixed a number of debugger issues.
Optimized code that uses eval.
Fixed a couple of bugs in the regular expression engine.
Reduced the size of generated code for certain regular expressions.
Removed JSCRE completely.
Fixed issue where test could not be run if there was a dot in the
checkout path.
2009-02-13: Version 1.0.1
Fixed two crash-bugs in irregexp (issue 231 and 233).
......
......@@ -2184,7 +2184,7 @@ bool v8::V8::Initialize() {
const char* v8::V8::GetVersion() {
return "1.0.2 (candidate)";
return "1.0.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