Reviewers: Søren Gjesse, Description: Prepare to push version 1.1.5 to trunk. This version contains a number of bug fixes.
Please review this at http://codereview.chromium.org/60004 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 1660) +++ src/api.cc (working copy) @@ -2421,7 +2421,7 @@ const char* v8::V8::GetVersion() { - return "1.1.5 (candidate)"; + return "1.1.6 (candidate)"; } Index: ChangeLog =================================================================== --- ChangeLog (revision 1660) +++ ChangeLog (working copy) @@ -1,3 +1,19 @@ +2009-04-01: Version 1.1.5 + + Fixed bug that caused function literals to not be optimized as + much as other functions. + + Improved profiler support. + + Fixed a crash bug in connection with debugger unloading. + + Fixed a crash bug in the code generator caused by loosing the + information that a frame element was copied. + + Fixed an exception propagation bug that could cause non-null + return values when exceptions were thrown. + + 2009-03-30: Version 1.1.4 Optimized String.prototype.match. --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
