Reviewers: Mads Ager, Description: Prepare to push to trunk. We are now working on version 1.3.7.
Please review this at http://codereview.chromium.org/173189 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M ChangeLog M src/version.cc Index: src/version.cc =================================================================== --- src/version.cc (revision 2737) +++ src/version.cc (working copy) @@ -34,7 +34,7 @@ // cannot be changed without changing the SCons build script. #define MAJOR_VERSION 1 #define MINOR_VERSION 3 -#define BUILD_NUMBER 6 +#define BUILD_NUMBER 7 #define PATCH_LEVEL 0 #define CANDIDATE_VERSION true Index: ChangeLog =================================================================== --- ChangeLog (revision 2737) +++ ChangeLog (working copy) @@ -1,3 +1,22 @@ +2009-08-21: Version 1.3.6 + + Add support for forceful termination of JavaScript execution. The + embedding host can force execution of JavaScript. + + Add low memory notification to the API. The embedding host can signal + a low memory situation to V8. + + Changed the handling of global handles (persistent handles in the API + sense) to avoid issues regarding allocation of new global handles + during weak handle callbacks. + + Changed the growth policy of the young space. + + Fixed build on Ubuntu with GCC 4.4. + + Fixed a GC issue introduced in version 1.3.5. + + 2009-08-19: Version 1.3.5 Optimize initialization of some arrays in the builtins. --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
