Reviewers: Erik Corry, Description: Prepare push to trunk. Now working on version 1.0.3.
Please review this at http://codereview.chromium.org/27129 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 1358) +++ src/api.cc (working copy) @@ -2184,7 +2184,7 @@ const char* v8::V8::GetVersion() { - return "1.0.2 (candidate)"; + return "1.0.3 (candidate)"; } Index: ChangeLog =================================================================== --- ChangeLog (revision 1358) +++ ChangeLog (working copy) @@ -1,3 +1,23 @@ +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). --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
