Push to trunk. Now working on 2.0.7.
Review URL: http://codereview.chromium.org/548041 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3607 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
bc334df1a8
commit
102950693b
16
ChangeLog
16
ChangeLog
@ -1,3 +1,19 @@
|
||||
2010-01-14: Version 2.0.6
|
||||
|
||||
Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
|
||||
GetOwnProperty, FromPropertyDescriptor.
|
||||
|
||||
Fixed Mac x64 build errors.
|
||||
|
||||
Improved performance of some math and string operations.
|
||||
|
||||
Improved performance of some regexp operations.
|
||||
|
||||
Improved performance of context creation.
|
||||
|
||||
Improved performance of hash tables.
|
||||
|
||||
|
||||
2009-12-18: Version 2.0.5
|
||||
|
||||
Extended to upper limit of map space to allow for 7 times as many map
|
||||
|
@ -34,7 +34,7 @@
|
||||
// cannot be changed without changing the SCons build script.
|
||||
#define MAJOR_VERSION 2
|
||||
#define MINOR_VERSION 0
|
||||
#define BUILD_NUMBER 6
|
||||
#define BUILD_NUMBER 7
|
||||
#define PATCH_LEVEL 0
|
||||
#define CANDIDATE_VERSION true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user