Reviewers: Kevin Millikin, Description: Prepare to push version 1.1.4 to trunk.
Please review this at http://codereview.chromium.org/56059 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M ChangeLog M src/api.cc Index: ChangeLog =================================================================== --- ChangeLog (revision 1639) +++ ChangeLog (working copy) @@ -1,3 +1,20 @@ +2009-03-30: Version 1.1.4 + + Optimized String.prototype.match. + + Improved the stack information in profiles. + + Fixed bug in ARM port making it possible to compile the runtime + system for thumb mode again. + + Implemented a number of optimizations in the code generator. + + Fixed a number of memory leaks in tests. + + Fixed crash bug in connection with script source code and external + strings. + + 2009-03-24: Version 1.1.3 Fixed assertion failures in compilation of loop conditions. Index: src/api.cc =================================================================== --- src/api.cc (revision 1639) +++ src/api.cc (working copy) @@ -2279,7 +2279,7 @@ const char* v8::V8::GetVersion() { - return "1.1.4 (candidate)"; + return "1.1.5 (candidate)"; } --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
