Revision: 5777 Author: [email protected] Date: Mon Nov 8 03:15:51 2010 Log: Prepare push to trunk. Now working on version 2.5.6. Review URL: http://codereview.chromium.org/4669002 http://code.google.com/p/v8/source/detail?r=5777
Modified: /branches/bleeding_edge/ChangeLog /branches/bleeding_edge/src/version.cc ======================================= --- /branches/bleeding_edge/ChangeLog Wed Nov 3 01:11:13 2010 +++ /branches/bleeding_edge/ChangeLog Mon Nov 8 03:15:51 2010 @@ -1,6 +1,15 @@ +2010-11-08: Version 2.5.5 + + Added more aggressive GC of external objects in near out-of-memory + situations. + + Fixed a bug that gave the incorrect result for String.split called + on the empty string (issue 924). + + 2010-11-03: Version 2.5.4 - Improved V8 VFPv3 runtime detection to address issue 914. + Improved V8 VFPv3 runtime detection to address issue 914. 2010-11-01: Version 2.5.3 ======================================= --- /branches/bleeding_edge/src/version.cc Wed Nov 3 01:11:13 2010 +++ /branches/bleeding_edge/src/version.cc Mon Nov 8 03:15:51 2010 @@ -34,7 +34,7 @@ // cannot be changed without changing the SCons build script. #define MAJOR_VERSION 2 #define MINOR_VERSION 5 -#define BUILD_NUMBER 5 +#define BUILD_NUMBER 6 #define PATCH_LEVEL 0 #define CANDIDATE_VERSION true -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
