On Tue, Mar 24, 2009 at 3:39 PM, <[email protected]> wrote: > > Reviewers: Kevin Millikin, > > Description: > Preparing push of version 1.1.3 to trunk. > > Please review this at http://codereview.chromium.org/53012 > > 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 1601) > +++ src/api.cc (working copy) > @@ -2273,7 +2273,7 @@ > > > const char* v8::V8::GetVersion() { > - return "1.1.3 (candidate)"; > + return "1.1.4 (candidate)"; > } > > > Index: ChangeLog > =================================================================== > --- ChangeLog (revision 1601) > +++ ChangeLog (working copy) > @@ -1,3 +1,13 @@ > +2009-03-24: Version 1.1.3 > + > + Fixed assertion failures in compilation of loop conditions. > + > + Removed STL dependency from developer shell (d8). > + > + Added infrastructure for protecting the V8 heap from corruption > + caused by memory modifications from the outside. > + > + > 2009-03-24: Version 1.1.2 > > Improved frame merge code generated by the code generator. > > > > > >
--~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
