Reviewers: Christian Plesner Hansen, Description: Prepare push to trunk. Now working on version 1.0.0.
Please review this at http://codereview.chromium.org/18843 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M ChangeLog M src/api.cc Index: src/api.cc =================================================================== --- src/api.cc (revision 1169) +++ src/api.cc (working copy) @@ -2184,7 +2184,7 @@ const char* v8::V8::GetVersion() { - return "0.4.9 (candidate)"; + return "1.0.0 (candidate)"; } Index: ChangeLog =================================================================== --- ChangeLog (revision 1169) +++ ChangeLog (working copy) @@ -1,3 +1,21 @@ +2009-01-27: Version 0.4.9 + + Enabled new regular expression engine. + + Made a number of changes to the debugger protocol. + + Fixed a number of bugs in the preemption support. + + Added -p option to the developer shell to run files in parallel + using preemption. + + Fixed a number of minor bugs (including issues 189, 192, 193 and + 201). + + Fixed a number of bugs in the serialization/deserialization + support for the ARM platform. + + 2009-01-19: Version 0.4.8.1 Minor patch to debugger support. --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
