Reviewers: Mads Ager, Description: Prepare push to trunk. We are now working in 3.0.9.
Please review this at http://codereview.chromium.org/6354006/ SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M ChangeLog M src/version.cc Index: ChangeLog =================================================================== --- ChangeLog (revision 6340) +++ ChangeLog (working copy) @@ -1,3 +1,18 @@ +2010-01-17: Version 3.0.8 + + Expose heap size limit to the heap statistics gathered by + the GetHeapStatistics API. + + Wrap external pointers more carefully (issue 1037). + + Hardend the implementation of of error objects to avoid setters + intercepting the properties set then throwing an error. + + Avoid trashing the FPSCR when calculating Math.floor on ARM. + + Performance improvements on the IA32 platform. + + 2010-01-10: Version 3.0.7 Stopped calling inherited setters when creating object literals Index: src/version.cc =================================================================== --- src/version.cc (revision 6340) +++ src/version.cc (working copy) @@ -34,7 +34,7 @@ // cannot be changed without changing the SCons build script. #define MAJOR_VERSION 3 #define MINOR_VERSION 0 -#define BUILD_NUMBER 8 +#define BUILD_NUMBER 9 #define PATCH_LEVEL 0 #define CANDIDATE_VERSION true -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
