Revision: 4961 Author: [email protected] Date: Mon Jun 28 04:17:55 2010 Log: Prepare push to trunk. We are now working on version 2.2.21.
Review URL: http://codereview.chromium.org/2882002 http://code.google.com/p/v8/source/detail?r=4961 Modified: /branches/bleeding_edge/ChangeLog /branches/bleeding_edge/src/version.cc ======================================= --- /branches/bleeding_edge/ChangeLog Wed Jun 23 01:51:53 2010 +++ /branches/bleeding_edge/ChangeLog Mon Jun 28 04:17:55 2010 @@ -1,3 +1,15 @@ +2010-06-28: Version 2.2.20 + Fix bug with for-in on x64 platform (issue 748). + + Fix crash bug on x64 platform (issue 756). + + Fix bug in Object.getOwnPropertyNames. (chromium issue 41243). + + Fix a bug on ARM that caused the result of 1 << x to be + miscalculated for some inputs. + + Performance improvements on all platforms. + 2010-06-23: Version 2.2.19 Fix bug that causes the build to break when profillingsupport=off ======================================= --- /branches/bleeding_edge/src/version.cc Wed Jun 23 01:51:53 2010 +++ /branches/bleeding_edge/src/version.cc Mon Jun 28 04:17:55 2010 @@ -34,7 +34,7 @@ // cannot be changed without changing the SCons build script. #define MAJOR_VERSION 2 #define MINOR_VERSION 2 -#define BUILD_NUMBER 20 +#define BUILD_NUMBER 21 #define PATCH_LEVEL 0 #define CANDIDATE_VERSION true -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
