Revision: 3332 Author: [email protected] Date: Wed Nov 18 04:24:46 2009 Log: Prepare push of version 2.0.0 to trunk. Now working on version 2.0.1.
Review URL: http://codereview.chromium.org/405018 http://code.google.com/p/v8/source/detail?r=3332 Modified: /branches/bleeding_edge/ChangeLog /branches/bleeding_edge/src/version.cc ======================================= --- /branches/bleeding_edge/ChangeLog Thu Oct 29 07:33:51 2009 +++ /branches/bleeding_edge/ChangeLog Wed Nov 18 04:24:46 2009 @@ -1,3 +1,20 @@ +2009-11-18: Version 2.0.0 + + Added support for VFP on ARM. + + Added TryCatch::ReThrow method to the API. + + Reduced the size of snapshots and improved the snapshot load time. + + Improved heap profiler support. + + 64-bit version now supported on Windows. + + Fixed a number of debugger issues. + + Fixed bugs. + + 2009-10-29: Version 1.3.18 Reverted a change which caused crashes in RegExp replace. ======================================= --- /branches/bleeding_edge/src/version.cc Thu Oct 29 07:33:51 2009 +++ /branches/bleeding_edge/src/version.cc Wed Nov 18 04:24:46 2009 @@ -32,9 +32,9 @@ // These macros define the version number for the current version. // NOTE these macros are used by the SCons build script so their names // cannot be changed without changing the SCons build script. -#define MAJOR_VERSION 1 -#define MINOR_VERSION 3 -#define BUILD_NUMBER 19 +#define MAJOR_VERSION 2 +#define MINOR_VERSION 0 +#define BUILD_NUMBER 1 #define PATCH_LEVEL 0 #define CANDIDATE_VERSION true --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
