Prepare push to trunk. Now working on version 2.4.2.

Review URL: http://codereview.chromium.org/3305012

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5411 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
kmillikin@chromium.org 2010-09-06 11:31:07 +00:00
parent aa48d61c2b
commit 47e6e4fa6f
2 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,17 @@
2010-09-06: Version 2.4.1
Added the ability for an embedding application to receive a callback
when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
(V8::RemoveMemoryAllocationCallback) from the OS.
Fixed several JSON bugs (including issue 855).
Fixed memory overrun crash bug triggered during V8's tick-based
profiling.
Performance improvements on all platforms.
2010-09-01: Version 2.4.0
Fix bug in Object.freeze and Object.seal when Array.prototype or
@ -41,7 +55,7 @@
Removed specialized handling of GCC 4.4 (issue 830).
Fixed DST cache to take into account the suspension of DST in
Fixed DST cache to take into account the suspension of DST in
Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
Performance improvements on all platforms.

View File

@ -34,7 +34,7 @@
// cannot be changed without changing the SCons build script.
#define MAJOR_VERSION 2
#define MINOR_VERSION 4
#define BUILD_NUMBER 1
#define BUILD_NUMBER 2
#define PATCH_LEVEL 0
#define CANDIDATE_VERSION true